You are here

getVariables

public Map<String, Property> getVariables() - returns a map of all available variables for the specific process object.
Attention: This method was introduced with SDK version 1.3.

Parameters

None

Returns

Returns a Map<String, Property> map representing all variables.

Example


  Map<String, Property> variables = new HashMap<String, Serializable>();

  variables = process.getVariables();