public interface WorkflowProcessInstance extends ProcessInstance, NodeInstanceContainer
ProcessInstance and contains all runtime state
 related to the execution of workflow processes.ProcessInstanceSLA_ABORTED, SLA_MET, SLA_NA, SLA_PENDING, SLA_VIOLATED, STATE_ABORTED, STATE_ACTIVE, STATE_COMPLETED, STATE_PENDING, STATE_SUSPENDED| Modifier and Type | Method and Description | 
|---|---|
Object | 
getVariable(String name)
Returns the value of the variable with the given name. 
 | 
void | 
setVariable(String name,
           Object value)  | 
getId, getParentProcessInstanceId, getProcess, getProcessId, getProcessName, getStategetEventTypes, signalEventgetNodeInstance, getNodeInstancesObject getVariable(String name)
null if the value of the variable is null
 or if the variable cannot be found.name - the name of the variablenull if it cannot be foundCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.