Package org.camunda.bpm.engine.context
Class DelegateExecutionContext
- java.lang.Object
-
- org.camunda.bpm.engine.context.DelegateExecutionContext
-
public class DelegateExecutionContext extends Object
Represents a delegation execution context which should return the current delegation execution.- Author:
- Christopher Zell
-
-
Constructor Summary
Constructors Constructor Description DelegateExecutionContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DelegateExecution
getCurrentDelegationExecution()
Returns the current delegation execution or null if the execution is not available.
-
-
-
Method Detail
-
getCurrentDelegationExecution
public static DelegateExecution getCurrentDelegationExecution()
Returns the current delegation execution or null if the execution is not available.- Returns:
- the current delegation execution or null if not available
-
-