Package org.sterl.pmw.model
Interface WorkflowStep<T extends Serializable>
- All Known Implementing Classes:
AbstractStep,ChooseStep,SequentialStep,TriggerWorkflowStep,WaitStep
public interface WorkflowStep<T extends Serializable>
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(WorkflowContext<T> context) Optional label for the connector leading to this step, just for readabilitygetId()Unique ID of this step in case of updates to the workflow this Id should not change.