AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. createStatus

createStatus: Status!

This mutation is used to create a new status for a workflow. Return information can include workflow and status details. **Returns:** Returns the newly created status data.

workflowId: UUID!

The workflow that the new status will be associated to.

name: String!

The name of the status.

statusValues: [StatusValueInput!]

The status settings inputs.