Package org.camunda.bpm.engine.context
Class DelegateExecutionContext
java.lang.Object
org.camunda.bpm.engine.context.DelegateExecutionContext
Represents a delegation execution context which should return the current
delegation execution.
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DelegateExecution
Returns the current delegation execution or null if the execution is not available.
-
Constructor Details
-
DelegateExecutionContext
public DelegateExecutionContext()
-
-
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
-