Interface StateTransitions.ToCancelling

    • Method Detail

      • goToCanceling

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