Syntax
comalaRemoveWorkflowFromSpace(spaceKey, workflowName)
Description
Removes the selected workflow that exists in the specified space.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
spaceKey | string | Yes | Specified space key |
workflowName | string | Yes | Selected workflow of the selected space |
Return type
boolean
Example
The following example removes the WorkflowName workflow from the TST space.
return comalaRemoveWorkflowFromSpace("TST", "WorkflowName");
Returns true