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.