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