Searching for the value of a process attribute |
To search for the value of the process attribute, use the getAttributeValue method, passing on as attribute ID # parameter.
Return: The method returns the attribute value. For multiple-option list-type attributes, an Array is returned with the values.
Example for attribute of the Time type:
Example for attribute of the Date type:
Example for attribute of the Number type:
Example for attribute of the Text type:
Example for attribute of the List type:
Example for attribute of the list of values with multiple values type:
|