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
 org.camunda.bpm.engine.variable.VariableMap getVariables()
          Returns the latest variables of the process instance.
 
Methods inherited from interface org.camunda.bpm.engine.runtime.ProcessInstance
getBusinessKey, getCaseInstanceId, getProcessDefinitionId, isSuspended
 
Methods inherited from interface org.camunda.bpm.engine.runtime.Execution
getId, getProcessInstanceId, getTenantId, isEnded
 

Method Detail

getVariables

org.camunda.bpm.engine.variable.VariableMap getVariables()
Returns the latest variables of the process instance.

Returns:
the latest variables


Copyright © 2018 camunda services GmbH. All rights reserved.