comalaRemoveWorkflowFromPage

Description

Removes workflow of the selected page.

Parameters

Return Type

Boolean

Example

The following example removes the workflow from the "Some Page" page.

number pageId = getPage("TST", "Some Page"); return comalaRemoveWorkflowFromPage(pageId);

Returns 'true'

See also