Package org.operaton.bpm.engine.context
Class DelegateExecutionContext
java.lang.Object
org.operaton.bpm.engine.context.DelegateExecutionContext
Represents a delegation execution context which should return the current
delegation execution.
- Author:
- Christopher Zell invalid input: '<'christopher.zell@camunda.com>
-
Method Summary
Modifier and TypeMethodDescriptionstatic DelegateExecutionReturns the current delegation execution or null if the execution is not available.
-
Method Details
-
getCurrentDelegationExecution
Returns the current delegation execution or null if the execution is not available.- Returns:
- the current delegation execution or null if not available
-