Interface StateTransitions.ToExecuting

    • Method Detail

      • goToExecuting

        void goToExecuting​(ExecutionGraph executionGraph,
                           ExecutionGraphHandler executionGraphHandler,
                           OperatorCoordinatorHandler operatorCoordinatorHandler,
                           List<ExceptionHistoryEntry> failureCollection)
        Transitions into the Executing state.
        Parameters:
        executionGraph - executionGraph to pass to the Executing state
        executionGraphHandler - executionGraphHandler to pass to the Executing state
        operatorCoordinatorHandler - operatorCoordinatorHandler to pass to the Executing state
        failureCollection - collection of failures that are propagated