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