Class EndExecutionOperation

java.lang.Object
org.flowable.engine.impl.agenda.AbstractOperation
org.flowable.engine.impl.agenda.EndExecutionOperation
All Implemented Interfaces:
Runnable

public class EndExecutionOperation extends AbstractOperation
This operations ends an execution and follows the typical BPMN rules to continue the process (if possible). This operations is typically not scheduled from an ActivityBehavior, but rather from another operation. This happens when the conditions are so that the process can't continue via the regular ways and an execution cleanup needs to happen, potentially opening up new ways of continuing the process instance.
Author:
Joram Barrez