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