Class ContinueProcessOperation

    • Field Detail

      • forceSynchronousOperation

        protected boolean forceSynchronousOperation
      • inCompensation

        protected boolean inCompensation
    • Constructor Detail

      • ContinueProcessOperation

        public ContinueProcessOperation​(CommandContext commandContext,
                                        ExecutionEntity execution,
                                        boolean forceSynchronousOperation,
                                        boolean inCompensation)
    • Method Detail

      • run

        public void run()
      • executeProcessStartExecutionListeners

        protected void executeProcessStartExecutionListeners()
      • continueThroughFlowNode

        protected void continueThroughFlowNode​(FlowNode flowNode)
      • createChildExecutionForSubProcess

        protected void createChildExecutionForSubProcess​(SubProcess subProcess)
      • executeSynchronous

        protected void executeSynchronous​(FlowNode flowNode)
      • executeAsynchronous

        protected void executeAsynchronous​(FlowNode flowNode)
      • executeMultiInstanceSynchronous

        protected void executeMultiInstanceSynchronous​(FlowNode flowNode)
      • executeActivityBehavior

        protected void executeActivityBehavior​(ActivityBehavior activityBehavior,
                                               FlowNode flowNode)
      • continueThroughSequenceFlow

        protected void continueThroughSequenceFlow​(SequenceFlow sequenceFlow)