Class SequentialStrategyProfile

    • Constructor Detail

      • SequentialStrategyProfile

        public SequentialStrategyProfile()
    • Method Detail

      • getStartConditionsForStep

        public java.util.Set<Condition> getStartConditionsForStep​(WorkflowExecutionItem item,
                                                                  int stepNum,
                                                                  boolean isFirstStep)
        Description copied from interface: WorkflowStrategyProfile
        Get the condition set to trigger the step to start
        Parameters:
        item - step
        stepNum - step number
        isFirstStep - true if it is the first step in the workflow
        Returns:
        start conditions for the step
      • conditionAfterStep

        public Condition conditionAfterStep​(int stepNum)