Getting started with flows
Create a sample flow with a trigger and base system actions that requires an approval.
Watch this 3:34-minute video for an introduction to creating a flow in Workflow Studio.
Before you begin
About this task
- Trigger: An activity that initiates the flow, such as a record created in a specified table or a scheduled job.
- Conditions: Statements that determine when or how an action runs. For example, run an action only if a field is over a certain value.
- Actions: Operations executed by the system, such as a field value updated, approval requested, or a value logged.
To understand basic flows, create an catalog item approval flow. This flow:
- Runs when a catalog item is requested.
- Sends an email to notify the requester.
- Initiates manager approval if it is over a specified dollar amount.
Procedure
What to do next
Transform the Ask for Approval action into a reusable action using Workflow Studio. Actions enable flow designers to add complex actions to multiple flows with minimal configuration. See Getting started with actions.