Class TakeOutgoingSequenceFlowsOperation

    • Field Detail

      • evaluateConditions

        protected boolean evaluateConditions
    • Constructor Detail

      • TakeOutgoingSequenceFlowsOperation

        public TakeOutgoingSequenceFlowsOperation​(CommandContext commandContext,
                                                  ExecutionEntity executionEntity,
                                                  boolean evaluateConditions)
    • Method Detail

      • run

        public void run()
      • handleFlowNode

        protected void handleFlowNode​(FlowNode flowNode)
      • handleActivityEnd

        protected void handleActivityEnd​(FlowNode flowNode)
      • leaveFlowNode

        protected void leaveFlowNode​(FlowNode flowNode)
      • handleAdhocSubProcess

        protected void handleAdhocSubProcess​(FlowNode flowNode)
      • handleSequenceFlow

        protected void handleSequenceFlow()
      • cleanupCompensation

        protected void cleanupCompensation()
      • cleanupExecutions

        protected void cleanupExecutions​(FlowElement currentFlowElement)
      • findNextParentScopeExecutionWithAllEndedChildExecutions

        protected ExecutionEntity findNextParentScopeExecutionWithAllEndedChildExecutions​(ExecutionEntity executionEntity,
                                                                                          ExecutionEntity executionEntityToIgnore)
        Parameters:
        executionEntityToIgnore - The execution entity which we can ignore to be ended, as it's the execution currently being handled in this operation.
      • allChildExecutionsEnded

        protected boolean allChildExecutionsEnded​(ExecutionEntity parentExecutionEntity,
                                                  ExecutionEntity executionEntityToIgnore)