Skip to end of banner
Go to start of banner

comalaLoadWorkflowToSpace

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

« Previous Version 4 Next »

Syntax

comalaLoadWorkflowToSpace(spaceKey, workflowMarkup)

Description

Sets workflows to the space according to a given markup. For more information about the markup, see Comala Workflow Authoring Guide.


Parameters

Parameter name

Type

Required

Description

spaceKey

string

Yes

Selected space to retrieve the workflow of.

workflowMarkupstringYesComala Workflows markup.

Return type

Boolean

Returns true if successful, and false otherwise.

Example

string workflowMarkup = readFromTextFile("C:/workflowMarkup.txt");

return comalaLoadWorkflowToSpace("TST", workflowMarkup);

Returns true


  • No labels