...
Parameter name | Type | Required | Description |
---|---|---|---|
workflow name | String | Yes | the name Name of the given workflow |
isDraft | Boolean | No | flag Flag 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.
...
Setting the second parameter to "true", if we do have a draft where another status is added, the result will contain this status also.
...