Class EchoWFStateListener

    • Constructor Detail

      • EchoWFStateListener

        public EchoWFStateListener()
    • Method Detail

      • workflowExecutionStateChanged

        public void workflowExecutionStateChanged​(ExecutionState executionState,
                                                  java.util.Date timestamp,
                                                  java.util.List<java.lang.String> nodeSet)
        Description copied from interface: WorkflowStateListener
        The workflow execution state changed
        Specified by:
        workflowExecutionStateChanged in interface WorkflowStateListener
        Parameters:
        executionState - the new execution state
        timestamp - the time of the change
        nodeSet - the set of nodes
      • subWorkflowExecutionStateChanged

        public void subWorkflowExecutionStateChanged​(StepIdentifier identifier,
                                                     ExecutionState executionState,
                                                     java.util.Date timestamp,
                                                     java.util.List<java.lang.String> nodeSet)
        Description copied from interface: WorkflowStateListener
        A sub workflow state changed with the given identifier
        Specified by:
        subWorkflowExecutionStateChanged in interface WorkflowStateListener
        Parameters:
        identifier - the step identifier
        executionState - state
        timestamp - timestamp
        nodeSet - node set