public <T> T getVariableValue(String name) - returns
the value of the variable with the given name. name is the unique identifier
label of the variable.
Attention: This method was introduced with SDK version 1.3.
Parameters
- String name
- The unique identifier label of the variable.
Returns
Returns a <T> T. Returns the value of the specified variable.
Example
String description = (String) process.getVariableValue(WorkflowModel.PROP_DESCRIPTION);