A workflow is a list of steps that should be executed to complete a specific business process.Workflows are versioned with each edit for auditing purposes.
Currently, workflows are created by the Kinetic team. Please contact us to get started. In the near future, you will be able to create workflows yourself.
Create: POST /api/workflows creates the workflow and publishes version 1.
Update: PATCH /api/workflows/{id} creates a new version of the workflow with the edited fields.
Delete: DELETE /api/workflows/{id} deletes the workflow, all associated versions, and all associated executions.