comalaRemoveAllWorkflowsFromSpace
Description
Removes all workflows that exist in the selected space.
Parameters
Return Type
Boolean
Example
The following script will remove all workflows from the TST space.
return comalaRemoveAllWorkflowsFromSpace("TST");
Returns 'true'
See also
Peacock