Interface WorkflowStep<T extends Serializable>

All Known Implementing Classes:
AbstractStep, ChooseStep, SequentialStep, TriggerWorkflowStep, WaitStep

public interface WorkflowStep<T extends Serializable>
  • Method Details

    • getId

      String getId()
      Unique ID of this step in case of updates to the workflow this Id should not change.
    • getDescription

      String getDescription()
    • getConnectorLabel

      String getConnectorLabel()
      Optional label for the connector leading to this step, just for readability
    • apply

      void apply(WorkflowContext<T> context)