import { Callout } from ‘nextra/components’
Configure a Workflow
Goal: Understand how workflow statuses and transitions work together before changing an approval or review process.
Before you start
- You must have permission to manage workflows.
- Confirm which area of the platform the workflow applies to.
- Review the existing statuses and transitions before changing them.
Workflow building blocks
A workflow is made of two main parts:
- Statuses describe where a record is in the process, such as draft, under review, approved, closed, or another label used by your organisation.
- Transitions describe how a record can move from one status to another, and who can perform that move.
[PLACEHOLDER: screenshot - Workflow administration area showing status and transition sections]
Recommended order
- Review the current workflow.
- Check whether the needed statuses already exist.
- Create or update statuses if required.
- Create or update transitions between those statuses.
- Assign the profiles that should be allowed to use each transition.
- Test the workflow with a non-critical record before relying on it operationally.
Result
You understand whether you need to edit workflow statuses, workflow transitions, or both.