Syntax
comalaRemoveWorkflowFromSpace(spaceKey, workflowName)
Description
Removes selected workflow that exist in the selected space.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
spaceKey | string | Yes | The selected space. |
workflowName | string | Yes | The selected workflow of the selected space. |
Return type
boolean
Example
return comalaRemoveWorkflowFromSpace("TST", "WorkflowName");
Returns true