Class PvmAtomicOperationActivityStartCancelScope

java.lang.Object
org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCancelActivity
org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
All Implemented Interfaces:
CoreAtomicOperation<PvmExecutionImpl>, AtomicOperation, PvmAtomicOperation

public class PvmAtomicOperationActivityStartCancelScope extends PvmAtomicOperationCancelActivity
Cancel scope operation performed when an execution starts at an ActivityImpl#isCancelActivity() activity. This is used when an execution is set to the activity without entering it through a transition. See PvmAtomicOperationCancelActivity for more details on "cancel scope" behavior.
Author:
Daniel Meyer, Roman Smirnov