Build your first flow in Flow Designer
Step through an example of how to build, test, and activate a sample flow in Flow Designer.
Before you begin
- Role required: admin, flow_designer, or delegated_developer
- Make sure to familiarize yourself with any features that your business uses to automate operations on the ServiceNow AI Platform, such as Flow Designer, business rules, and workflows. Learning about these concepts can help you avoid creating any conflicting logic in your playbooks.
About this task
- Check if the catalog item's price is greater than $1,000.
- If the price is greater than $1,000, notify the requester's manager to approve the request.
- Otherwise, if the price is less than or equal to $1,000, automatically approve and close the request.
Procedure
What to do next
Your flow is now active and will run whenever it's triggered. Next, you can manage your flow every time it runs by viewing your flow's execution history. To view this history, open your flow in the Flow Designer design environment and click Executions in the main header. The resulting page shows you the state of completion for each flow execution as well as how long it took for each flow execution to run, or its runtime. To troubleshoot a flow execution for errors, select an execution from this list to open the Flow execution details.