Class PvmAtomicOperationActivityStartCancelScope

java.lang.Object
org.eximeebpms.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCancelActivity
org.eximeebpms.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
invalid reference
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