Skip to end of banner
Go to start of banner

comalaLoadWorkflowToPage

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax

comalaLoadWorkflowToPage(pageId, workflowMarkup)

Description

Sets workflows to the space according to a given markup. Markup Information - Comala Workflow Authoring Guide.

Returns true if successful, and false in all other cases.

Parameters

Parameter name

Type

Required

Description

pageId

number

Yes

The selected page to set the workflow.

workflowMarkupstringYesComala Workflows markup.

Return type

Boolean

Example

string workflowMarkup = readFromTextFile("C:/workflowMarkup.txt");
number pageId = getPage("TST", "Test page")
return comalaLoadWorkflowToSpace(pageId, workflowMarkup);

Returns true


  • No labels