getState
Find a state by name.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
workflowName |
String |
The name of the workflow. (Required) |
stateName |
String |
The name used for the new state (Required) |
getStates
Retrieve all states in a workflow.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
workflowName |
String |
The name of the workflow. (Required) |