Description
Sets the workflow state of the page using the Comala Workflows add-on.
Parameters
Return Type
Boolean
Example
Some code;
return comalaSetState(getPage("TST", "Demo Page"), "Approved", "Page was approved by: " + currentUserFullName());
See also