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

Version 1 Next »

Syntax

comalaRemoveWorkflowFromSpace(spaceKey, workflowName)

Description

Removes selected workflow that exist in the selected space.

Parameters

Parameter name

Type

Required

Description

spaceKey

string

Yes

The selected space.

workflowNamestringYesThe selected workflow of the selected space.

Return type

boolean

Example

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

Returns true


  • No labels