Description
Removes the selected workflow that exists in the specified space.
Parameters
Return Type
Boolean
Example
The following example removes the WorkflowName workflow from the TST space.
return comalaRemoveWorkflowFromSpace("TST", "WorkflowName");
Returns 'true'
See also