Module workflow_statuses_api

Source

Enums§

GetStatusError
struct for typed errors of method get_status
GetStatusesError
struct for typed errors of method get_statuses

Functions§

get_status
Returns a status. The status must be associated with a workflow to be returned. If a name is used on more than one status, only the status found first is returned. Therefore, identifying the status by its ID may be preferable. This operation can be accessed anonymously. Permissions required: None.
get_statuses
Returns a list of all statuses associated with workflows. This operation can be accessed anonymously. Permissions required: None.