Class AbstractStep<T extends Serializable>

java.lang.Object
org.sterl.pmw.model.AbstractStep<T>
All Implemented Interfaces:
WorkflowStep<T>
Direct Known Subclasses:
ChooseStep, SequentialStep, TriggerWorkflowStep, WaitStep

public abstract class AbstractStep<T extends Serializable> extends Object implements WorkflowStep<T>
  • Field Details

    • id

      @NonNull protected final @NonNull String id
    • description

      protected final String description
    • connectorLabel

      protected final String connectorLabel
    • transactional

      protected final boolean transactional
  • Constructor Details

    • AbstractStep

      public AbstractStep()
  • Method Details