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 | comalaLoadWorkflowToPage(pageId, workflowMarkup) | Package | comala | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Sets workflows to the space page according to a given markup. |
Sets workflows to the page according to a given markup.
...
For more information about the markup, see Comala Workflow Authoring Guide.
...
Returns true if successful, and false in all other cases.
...
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
pageId | |
...
Integer | Yes | The selected page to set the workflow. | workflowMarkup |
|
...
...
Return
...
Type
Boolean
Returns 'true' if successful, and 'false' in all other cases.
Example
Code Block |
---|
language | java | linenumbers | truejs |
---|
|
string workflowMarkup = readFromTextFile("C:/workflowMarkup.txt");
number pageId = getPage("TST", "Test page")
return comalaLoadWorkflowToSpace(pageId, workflowMarkup); |
Returns trueReturns '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 |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.