Skip to end of banner
Go to start of banner

comalaRemoveWorkflowFromSpace

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 2 Next »

Syntax

comalaRemoveWorkflowFromSpace(spaceKey, workflowName)

Description

Removes the selected workflow that exists in the specified space.

Parameters

Parameter name

Type

Required

Description

spaceKey

string

Yes

Specified space key

workflowNamestringYesSelected workflow of the selected space

Return type

boolean

Example

The following example removes the WorkflowName workflow from the TST space.

return comalaRemoveWorkflowFromSpace("TST", "WorkflowName");

Returns true


  • No labels