Interface WorkflowNodeState

  • All Known Implementing Classes:
    WorkflowNodeStateImpl

    public interface WorkflowNodeState
    Represents the execution state of a single node
    • Method Detail

      • getNodeName

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

        StepIdentifier getLastIdentifier()
        Returns:
        The node's current step
      • getNodeState

        StepState getNodeState()
        Returns:
        The node's current state
      • getStepStateMap

        java.util.Map<StepIdentifier,​? extends StepState> getStepStateMap()
        Returns:
        a map of step ident to step states for the node