Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Removes the selected workflow that exist exists in the selected specified space.

Parameters

Parameter name

Type

Required

Description

spaceKey

string

Yes

The selected Specified space .key

workflowNamestringYesThe selected Selected workflow of the selected space.

Return type

boolean

Example

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

Code Block
languagejava
linenumberstrue
return comalaRemoveWorkflowFromSpace("TST", "WorkflowName");

...