Package org.camunda.bpm.engine.runtime
Interface ProcessInstanceWithVariables
- All Superinterfaces:
Execution
,ProcessInstance
- All Known Implementing Classes:
ProcessInstanceWithVariablesImpl
Represents a process instance with the corresponding latest variables.
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the latest variables of the process instance.Methods inherited from interface org.camunda.bpm.engine.runtime.Execution
getId, getProcessDefinitionKey, getProcessInstanceId, getTenantId, isEnded
Methods inherited from interface org.camunda.bpm.engine.runtime.ProcessInstance
getBusinessKey, getCaseInstanceId, getProcessDefinitionId, getRootProcessInstanceId, isSuspended
-
Method Details
-
getVariables
VariableMap getVariables()Returns the latest variables of the process instance.- Returns:
- the latest variables
-