Interface ProcessInstanceResult
- All Known Implementing Classes:
CreateProcessInstanceWithResultResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.BPMN process id of the process which this instance was created forlongDeprecated.Key of the process which this instance was created forlongDeprecated.Unique key of the created process instance on the partitionDeprecated.Tenant identifier that owns this process instancegetVariable(String name) Deprecated.Variable returned by name after the process is completed.Deprecated.Variables returned after the process is completed.Deprecated.Variables returned after the process is completed.<T> TgetVariablesAsType(Class<T> variableType) Deprecated.Variables returned after the process is completed.intDeprecated.Version of the process which this instance was created for
-
Method Details
-
getProcessDefinitionKey
long getProcessDefinitionKey()Deprecated.Key of the process which this instance was created for -
getBpmnProcessId
String getBpmnProcessId()Deprecated.BPMN process id of the process which this instance was created for -
getVersion
int getVersion()Deprecated.Version of the process which this instance was created for -
getProcessInstanceKey
long getProcessInstanceKey()Deprecated.Unique key of the created process instance on the partition -
getVariables
String getVariables()Deprecated.Variables returned after the process is completed.- Returns:
- JSON-formatted variables
-
getVariablesAsMap
Deprecated.Variables returned after the process is completed.- Returns:
- de-serialized variables as map
-
getVariablesAsType
Deprecated.Variables returned after the process is completed.- Returns:
- de-serialized variables as the given type
-
getVariable
Deprecated.Variable returned by name after the process is completed.- Parameters:
name- the name of the variable- Returns:
- de-serialized variable value or null if the provided variable name is present among the
available variables, otherwise throw a
ClientException
-
getTenantId
Deprecated.Tenant identifier that owns this process instance
-
ProcessInstanceResult