comalaGetPageWorkflow
Syntax | comalaGetPageWorkflow(pageId) | Package | comala |
Alias | Pkg Usage |
Description
Returns the workflow that is set on a specified page.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
pageId | Integer | Yes | The selected page to retrieve the workflow of. |
Return Type
String
Example
return comalaGetPageWorkflow(getPage("TST", "Demo Page"));Returns "Simple approval workflow"
