Content Management API > Workflow
Create a new workflow
Body parameters
RFC 4122 UUID of workflow expressed in URL-safe base64 format
Example: "uJzC2b6YQg-DW2A5edpQYQ"
Must be exactly "workflow"
.
Example: "Approval by editors required"
The stages of the workflow
Example: [{ id: "waiting_for_review", name: "Waiting for review", initial: true }]
Example: "waiting_for_review"
Example: "Waiting for review"
Example: "Editor has finished writing and is waiting for approval from a supervisor"
Whether this is the initial stage or not
Example: "approval_by_editors"
Returns
Returns
a resource object of type workflow.
Examples