- All Superinterfaces:
VariableScope
- All Known Subinterfaces:
ActivityExecution
, CmmnActivityExecution
, CmmnCaseInstance
, DelegateCaseExecution
, DelegateExecution
- All Known Implementing Classes:
CaseExecutionEntity
, CaseExecutionImpl
, CmmnExecution
, CoreExecution
, ExecutionEntity
, ExecutionImpl
, PvmExecutionImpl
- Author:
- Daniel Meyer, Roman Smirnov, Sebastian Menski
-
Method Summary
The business key for the root execution (e.g. process instance).
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
Methods inherited from interface org.eximeebpms.bpm.engine.delegate.VariableScope
getVariable, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariableScopeKey, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal
-
Method Details
-
getId
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
-
-
getBusinessKey
The business key for the root execution (e.g. process instance).