Interface StepStateChange

  • All Known Implementing Classes:
    StepStateChangeImpl

    public interface StepStateChange
    Represents a change to the workflow state
    • Method Detail

      • getStepState

        StepState getStepState()
        Returns:
        The new state
      • getNodeName

        java.lang.String getNodeName()
        Returns:
        The node name
      • isNodeState

        boolean isNodeState()
        Returns:
        True if this state represents a node, false if it represents an overall step state