Before we explore the workflow transition matrix, let’s start with two key elements: statuses and actions.
A status is a step a case is in at a given time in a workflow. You can use statuses to view the current progress of your case. Administrators add and manage statuses, and each status can be associated with multiple workflows. A case can only be in one status at a time.
For example, our workflow cases will start in a status called Review. Once it is resolved, it will move to the Resolved status. If the reviewer needs more information, they can move the case to the Provide More Info status.
An action is an operation that users perform on a case. Administrators specify which actions are available for each status in a workflow, configure the actions, and specify which users have permissions to execute actions. In our Inquiry workflow, we will use actions such as Submit and Review to move cases from one status to the next.

