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.boolean
-
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 -
isTransactional
boolean isTransactional() -
apply
-