Skip to end of banner
Go to start of banner

comalaGetState

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

comalaGetState(pageId)

Description

Gets the workflow state of the page from the Comala Workflows add-on.

Parameters

Parameter name

Type

Required

Description

pageId

number

Yes

The selected page to retrieve the workflow state of.

Return type

String

Example

return comalaGetState(getPage("TST", "Demo Page"));

Returns "Approved"


  • No labels