Table plus | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Sets workflows to the 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.
Parameters
...
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
...
String
...
Yes
...
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"); number pageId = getPage("TST", "Test page") return comalaLoadWorkflowToSpace(pageId, workflowMarkup); |
Returns 'true'
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|