comalaGetState
Syntax | comalaGetState(pageId) | Package | comala |
Alias | Pkg Usage |
Description
Gets the workflow state of the page from the Comala Document Management add-on.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
pageId | Integer | Yes | The selected page to retrieve the workflow state of. |
Return Type
String
Example
return comalaGetState(getPage("TST", "Demo Page"));Returns "Approved"
