Skip to end of banner
Go to start of banner

comalaRemoveWorkflowFromSpace

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Description

Removes the selected workflow that exists in the specified space.

Return Type

Boolean

Example

The following example removes the WorkflowName workflow from the TST space.

return comalaRemoveWorkflowFromSpace("TST", "WorkflowName");

Returns 'true'

See also

  • No labels