comalaRemoveAllWorkflowsFromSpace
Syntax | comalaRemoveAllWorkflowsFromSpace(spaceKey) | Package | comala |
Alias | Pkg Usage |
Description
Removes all workflows that exist in the selected space.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
spaceKey | String | Yes | he selected space to remove all workflows from. |
Return Type
Boolean
Example
The following script will remove all workflows from the TST space.
return comalaRemoveAllWorkflowsFromSpace("TST");Returns 'true'
