public Property getVariable(String name) - returns the
requested variable. name is the unique identifier of the
variable.
Attention: This method was introduced with SDK version 1.3.
Parameters
- String name
- The unique identifier of the variable.
Returns
Returns a Property object representing the requested variable.
Example
Property property = process.getVariable(WorkflowModel.PROP_WORKFLOW_DUE_DATE);