Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return type

boolean

Example

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

Code Block
languagejava
linenumberstrue
number pageId = getPage("TST", "Some Page");
return comalaRemoveWorkflowFromPage(pageId);

...