Versions Compared

Key

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

This routine is available starting with katl-commons SIL Engine™ 3.1.9.

Syntax

getWorkflowStatusIds(workflowName [, isDraft])

...

Excerpt

Retrieves an unique list of statuses (ids) for a given workflow.

Parameters

Parameter name

Type

Required

Description

workflow name

String

Yes

Name of the given workflow.

isDraftBooleanNoFlag for specifying whether we should consider the draft or not. If not specified, it defaults to "false".

Return type

string []

The return value is an array of strings, containing the ids for the existing statuses in the workflow.

...