Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s | heading |
---|
0 | multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | comalaLoadWorkflowToSpace(spaceKey, workflowMarkup) | Package | comala | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Sets workflows to the space according to a given markup. |
Sets workflows to the space according to a given markup. For more information about the markup, see Comala Workflow Authoring Guide.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
spaceKey | Integer | Yes | Selected space to retrieve the workflow of. | workflowMarkup | String | Yes | Refer to Comala Workflow Authoring Guide. | |
Return Type
Boolean
Returns 'true' if successful, and 'false' in all other cases.
...
Code Block |
---|
|
string workflowMarkup = readFromTextFile("C:/workflowMarkup.txt");
return comalaLoadWorkflowToSpace("TST", workflowMarkup); |
Returns 'true'
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "comala_routines" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|