Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | comalaDeactivateSpaceWorkflow(spaceKey, workflowName) | Package | |
...
Excerpt |
---|
Deactivate workflow in space. |
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
|
...
...
...
Selected space to deactivate the workflow of.
...
Return Type
Boolean
Returns 'true' if successful, and 'false otherwise' otherwise. For example, it will be false when there is no workflow in the space with the selected name.
Example
Code Block |
---|
language | javajs |
---|
linenumbers | true |
---|
|
return comalaDeactivateSpaceWorkflow("TST", "Test Workflow"); |
Returns 'true' if the workflow "Test Workflow" exists in Space "TST" and can be deactivated or already inactive, returns 'false' otherwise.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "comala_routines" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|