Package org.camunda.bpm.engine.runtime
Interface ProcessInstanceWithVariables
-
- All Superinterfaces:
Execution
,ProcessInstance
- All Known Implementing Classes:
ProcessInstanceWithVariablesImpl
public interface ProcessInstanceWithVariables extends ProcessInstance
Represents a process instance with the corresponding latest variables.- Author:
- Christopher Zell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableMap
getVariables()
Returns the latest variables of the process instance.-
Methods inherited from interface org.camunda.bpm.engine.runtime.Execution
getId, getProcessInstanceId, getTenantId, isEnded
-
Methods inherited from interface org.camunda.bpm.engine.runtime.ProcessInstance
getBusinessKey, getCaseInstanceId, getProcessDefinitionId, getRootProcessInstanceId, isSuspended
-
-
-
-
Method Detail
-
getVariables
VariableMap getVariables()
Returns the latest variables of the process instance.- Returns:
- the latest variables
-
-