Interface StepNodeContext<NODE,​STEP>

  • All Known Implementing Classes:
    StepContextWorkflowExecutionListener

    public interface StepNodeContext<NODE,​STEP>
    Reports the current step and node context, where step is maintained as a stack
    • Method Detail

      • getCurrentNode

        NODE getCurrentNode()
        Returns:
        the current node
      • getCurrentContext

        java.util.List<STEP> getCurrentContext()
        Returns:
        the stack for the step context