Flow Designer 101 (2024)

Flow Designer lets you build multi-step processes simply by dragging, dropping, and connecting steps.

In this overview, we go over the parts of Flow Designer and the pieces you can use to create your flows. That might be all you need to get started if you're the type who likes to dump out the blocks and start building.

If you're the type who learns by example, we walk through designing a flow from concept to test, and all the steps in-between. In that topic, we go into how to use the various types of steps — triggers, built-in apps and custom steps, and tools — to build a flow. In other topics in this section, we delve deeper into troubleshooting runtime issues, how to use the ready-made apps, and creating your own custom steps.

Before you start building

With the drag-and-drop, drag-and-connect interface, it's easy to get started, but there are a couple of things you need before you can build flows and put them to work.

  1. First, you need a way to trigger the flows you create. This can be a signal sent from a connected application, by email, or via HTTPrequest. You can also trigger flows using a flow trigger form, or in response to some activity on an alert (for example, a response from a recipient, an status change, or an escalation). If you want to trigger flows based on alert activities, you'll either need to use a Create Alert step, or create a Messaging form to create the alert.
    • If you want to compose notifications for multiple languages, count responses, and use features like subscriptions and scenarios, then you'll want to create a Messaging form.
  2. Next, you'll need to create a canvas. You can add a canvas to an existing workflow or create a new workflow and add a canvas to it.
    1. If you created a messaging form, a canvas with the same name is added to the Flow Designer tab. Otherwise, you can simply create a new flow canvas from the Flow Designer tab of your workflow.

Now you're ready to build. Have fun!

How to get to Flow Designer

Access to Flow Designer is controlled by the workflow — whoever has permission to edit the workflow can access its flows.

How to access Flow Designer

Access it from the Workflows page:

  1. Click the Workflows tab.
  2. If it's not already selected, click Workflows from the menu on the left.
  3. Click the name of the workflow that you want to build flows for and click the Flow Designer tab.
  4. Click the name of the canvas you want to create or edit flows for (or Create Flow Canvas if you don't have one yet).

Access it from within a workflow:

  1. If you're already in the workflow, click the Flow Designer tab.
  2. Click the name of the canvas you want to create or edit flows for (or Create Flow Canvas if you don't have one yet).

Get to know Flow Designer

The Flow Designer tab in a workflow lists all the canvases associated with that workflow. A canvas is home to a logical grouping of flows, and can be created in different ways — manually by clicking Create Flow Canvas, or automatically when you add a messaging form to your workflow or when we migrate a legacy Integration Builder integration not associated with a canvas.

The canvas has three main areas — the large, central canvas where you build your flows, the palette on the right that holds the building blocks you can use in your flows, and the Activity panel that lets you check the runtime state of the flows. You can also access flow components (endpoints, constants, and libraries) from the Components menu.

Flow Designer 101 (2)

The palette

The palette is where you find the steps and tools you can use to build flows by dragging them onto the canvas. The different tabs in the palette organize the steps into categories. You can use search to locate steps on a tab with keywords in their name.

Flow Designer 101 (3)

  • Triggers:Triggers are special steps that kick off a flow when information is injected into Flow Designer by an incoming signal (like an HTTP request or email), or when alert activities occur. Connect other steps to the trigger to execute them when the trigger occurs.
  • Apps: Apps are steps we've created for common actions in popular applications to help you create flows quickly. Simply drag, connect, and configure some basic settings, and you're ready to get started. (Keep an eye on the Apps panel as we add more ready-made steps for other applications.)
  • Tools: Tools are, well, tools that let you create richer and more nuanced flows. For example, you can use a switch step to split a flow onto different paths (for example, use path A if a problem is customer-impacting but use path B if it's not), use a webhook step to check and return the status of another application in your toolchain, or use a merge step to combine two parts of a flow that will need to run the same steps. You can also create a new alert in the middle of a flow with information from the previous steps, or look up information in xMatters.
  • Custom: Custom steps are steps you or someone in your organization has added. Maybe you want to trigger a flashing light to go off when a ticket is created — since we don't have a built-in step for your proprietary flashing light software, you need to create that yourself. Using a custom step in your flow is the same as any other step: drag it onto the canvas, connect it, and configure any required inputs.

There are also some existing components that you'll use to build out your flows.

  • Endpoints: Endpoints define which application you want to send a request to (like Everbridge or Slack or a help desk ticketing system). You can add endpoints as you add steps in your flow, or through the Components drop-down menu.
  • Constants: Constants represent unchanging bits of information that can be used as inputs in your steps. For example, you could use a constant to represent a time zone when posting dates to help desk ticket, or as the "from" name when posting to a chat client. You can define constants using the Components menu.
  • Libraries: Libraries house shareable pieces of code you can reference in any custom step.

The canvas

Flows are what it's all about, linking together the tools you use every day into a single, seamless process, and the canvas is the backdrop for building your flows. Drag steps onto the canvas and connect them to automatically send information from one system to another, transforming it along the way if needed.

You can manually create canvases by clicking Create Flow Canvas on the Flow Designer tab of your workflow. Canvases also get created automatically when you add messaging forms to your workflow, or when we migrate Integration Builder integrations into Flow Designer (you can change the default canvas details).

Flow Designer 101 (4)

  1. Triggers: Each flow starts with a trigger that kicks off the rest of the flow. Find your available triggers in the first panel on the palette. (If you have existing outbound integrations for your form, they'll already be added as triggers on your canvas — you can build flows off of them to extend their current functionality.) Some steps, like the Create Alert step, include built-in triggers that don't appear on the Triggers tab.
  2. Steps: Steps are the building blocks of your flows. They can be triggers, actions in systems you use every day, or tools such as switches that let you fine-tune your flow. Whether built-in apps or custom creations, steps take outputs from the trigger and previous steps as inputs, use and transform that information, and then pass it to steps further downstream.
  3. Connectors & Ports: Connectors are the lines you draw between steps to link them into a flow. You draw these lines between the output port (the little circle on the right) of one step and the input port (the circle on the left) of another. This lets information flow from one step to the next. You can delete connectors by hovering over the step and selecting one of the following from the options menu (some options are not available for Switch steps, Create Alert steps, Initiate Incident steps, or triggers):
    • Remove Step from Flow to move steps with both inbound and outbound connections out of the flow, and reroute any inbound connections to the selected step's outbound connection.
    • Delete Connectors to remove the selected step's inbound and outbound connections.
    • Delete Inbound Connectors to remove the selected step's inbound connections.
    • Delete Outbound Connectors to remove the selected step's outbound connections.
      Flow Designer 101 (5)
  4. Tools: Tools let you build richer and more nuanced flows tailored to your needs. You can use them to change the path a flow takes, create alerts in response to information coming through the flow, or get additional details to enrich the information flowing downstream.
  5. Step status indicators: There are a few ways we let you know when something isn't quite right, either during configuration or while troubleshooting issues during runtime (for example, a warning badge on a step icon).
  6. Auto Layout: The Auto Layout button lets you bring order to chaos (if you so choose) by spacing out and aligning your steps into a grid. It also fits the canvas to the window if you've zoomed in.
  7. Mini-map: The mini-map helps you orient yourself on the canvas. If you get creative in building flows and adding steps, or you zoom in, you might end up with a canvas that doesn't fit on the screen. The mini-map not only shows you where you are as you move around the canvas, you can also drag on the mini-map to pan around the canvas.
  8. xMatters Agent indicator: The agent icon indicates that this step is set up to run using the xMatters Agent. It also provides the status of the assigned agents (green means one or more of the assigned agents is connected while red indicates that none of the assigned agents are connected).

The Activity panel

The Activity panel is the command center for identifying and troubleshooting any issues with your flows. It's where to find details from the signal that triggered the flow, the inputs and outputs that were passed from step to step, which steps completed, and if the flow stopped, where that happened and what might have gone wrong.

Flow Designer 101 (6)

Drag, connect, configure

We go into details on creating a new flow in our Create a flow instructions, including the different trigger types and when you might use one over the other, how to configure switch steps, and setting up endpoints. But if you just want to jump in and start building, here are the basics — it really can be as simple as drag, connect, and configure.

Add and connect steps

Add a step

Simply drag a step from the palette to add it to the canvas. Once you drop the step on the canvas, it's ready to connect to a flow.

Flow Designer 101 (8)

To add a new step to the end of an existing flow, drag the step near to the last step you want to connect it to. When a blue + icon appears, release the step to add it to the end of the flow.

Flow Designer 101 (9)

If you want to add a new step in-between two existing steps, drag the new step near the connector you want to connect it to. When a blue + icon appears, release the step to add it to the flow.

Flow Designer 101 (10)

Flow Designer 101 (11)

You might want to disable the flow until you have it built. To do that, double-click the trigger and click the Enabled toggle to turn it off.

Flow Designer 101 (12)

Connect individual steps

To connect two steps, draw a connector between them by dragging from the output port (the little circle or node on the right) of one step to the input port (the little circle on the left) of the next. Once the steps are connected, outputs from the trigger and any previous steps in the flow are available as inputs to this step.

Flow Designer 101 (13)

At this point, you can do any setup that's required (you'll see a little configuration status indicator if there's something you need to do). Then you're ready to test it out.

Make sure you connect a step to a flow before you configure it. This lets you leverage the trigger properties and the outputs of any previous steps when setting up the inputs for this step.

Merge flow paths

You can connect multiple paths of your flow to the input port of a single step. This is useful for when different segments of your flow follow the same series of steps. By merging them to a common path, you reduce duplicate configuration and simplify the layout of your canvas.

When you connect multiple paths to the input port of a step, only constants and the outputs of individual steps common to all joined flow paths are available as inputs to this step. Alert properties are available as inputs when the flow uses only Alert activity triggers. For better control over the outputs and information being passed downstream, use the Merge step on the Tools tab of the palette.

Flow Designer 101 (14)

Other tips &tricks

Some steps are a little bit different, like Response triggers, which let you add the responses that you want to trigger flows, and switch steps where you can split the flow into multiple paths. But the basics of adding them and connecting them are the same.

Double-click a step or click the pencil icon that appears when you move the pointer over it to view or configure the step's description and available inputs, endpoint, outputs, originating steps, and version information.

Copy a step on your canvas to save time configuring it if you want to use it again in another flow on your canvas.

As you build and refine flows, we recommend saving as you go, since the changes you make — either configuring steps or dropping new ones in — aren't saved until you click Save.

Flow Designer 101 (15)

Remember to go back and enable the trigger if you turned it off!

Move around and reorganize the canvas

  • Zoom in and out using the scroll wheel on your mouse, and drag the canvas to move it around if you want to focus on another area.
  • Drag steps to move them around the canvas. To move all the steps in a flow, select them all (holding the shift key) and then drag. Or use the auto-layout button to organize everything in a nice, neat grid.
    Flow Designer 101 (17)
  • Use the mini-map to move around the canvas: simply click and drag the mini-map box so it highlights the area you want to show on-screen.
    Flow Designer 101 (18)
  • Select steps within a region by holding Shift and dragging left:
    Flow Designer 101 (19)

    Or, select steps both in and touching a region by holding Shift and dragging right:Flow Designer 101 (20)
  • You can also use the keyboard shortcuts to quickly move around the canvas or modify steps. Click the keyboard icon below the mini-map to view the available shortcuts:
    Flow Designer 101 (21)

For instructions on renaming and deleting the canvas, see Managing flow canvases.

Delete elements in a flow

Deleting most elements is as simple as selecting or moving your pointer over them and clicking the delete icon (the trash can) that appears. Keep in mind that this might orphan steps further down the flow and disconnect the source that they're using to populate inputs.

  • Delete a step: Move the pointer over the step and click the delete icon.
  • Delete a switch step (and all its paths) or all Responses triggers : Move the pointer over the parent element and click the delete icon to remove it and all its children.
  • Delete a single path from a switch step: Click the delete icon on the corner of the path definition.
  • Delete a single response option: Double-click the parent Responses trigger and click the x beside the response you want to remove. This removes it from the flow and from the form.
  • Delete a connector: Select the connector and click the x that appears on the line.

Ready to get started?

Follow along as we walk through designing a flow for major incident management (MIM), where a sequence of automated actions are run as a result of a person selecting a single response to an alert from a monitoring tool.

Flow Designer 101 (2024)
Top Articles
A COMPARISON OF HIROSHIMA AND NAGASAKI
What’s the best currency to take to Egypt from the UK?
5 Bijwerkingen van zwemmen in een zwembad met te veel chloor - Bereik uw gezondheidsdoelen met praktische hulpmiddelen voor eten en fitness, deskundige bronnen en een betrokken gemeenschap.
Craigslist Dog Sitter
ds. J.C. van Trigt - Lukas 23:42-43 - Preekaantekeningen
Cvs Devoted Catalog
True Statement About A Crown Dependency Crossword
Florida (FL) Powerball - Winning Numbers & Results
Used Wood Cook Stoves For Sale Craigslist
Nonuclub
Zürich Stadion Letzigrund detailed interactive seating plan with seat & row numbers | Sitzplan Saalplan with Sitzplatz & Reihen Nummerierung
Nebraska Furniture Tables
Classic Lotto Payout Calculator
Stihl Km 131 R Parts Diagram
Viha Email Login
Grayling Purnell Net Worth
Epguides Strange New Worlds
Skip The Games Fairbanks Alaska
Craigslist Pearl Ms
Joan M. Wallace - Baker Swan Funeral Home
Yosemite Sam Hood Ornament
Play It Again Sports Norman Photos
Avatar: The Way Of Water Showtimes Near Maya Pittsburg Cinemas
Craigslist Hunting Land For Lease In Ga
800-695-2780
UCLA Study Abroad | International Education Office
Ticket To Paradise Showtimes Near Cinemark Mall Del Norte
Wonder Film Wiki
Is Henry Dicarlo Leaving Ktla
How do you get noble pursuit?
Askhistorians Book List
Ringcentral Background
Desales Field Hockey Schedule
Moonrise Time Tonight Near Me
Smayperu
new haven free stuff - craigslist
Craigslist Lakeside Az
Skip The Games Grand Rapids Mi
Who Is Responsible for Writing Obituaries After Death? | Pottstown Funeral Home & Crematory
Foxxequeen
Pulaski County Ky Mugshots Busted Newspaper
Pink Runtz Strain, The Ultimate Guide
How Big Is 776 000 Acres On A Map
Bekkenpijn: oorzaken en symptomen van pijn in het bekken
Noga Funeral Home Obituaries
El Patron Menu Bardstown Ky
Goosetown Communications Guilford Ct
Houston Primary Care Byron Ga
Kenmore Coldspot Model 106 Light Bulb Replacement
Noelleleyva Leaks
Vrca File Converter
Latest Posts
Article information

Author: Rueben Jacobs

Last Updated:

Views: 6368

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rueben Jacobs

Birthday: 1999-03-14

Address: 951 Caterina Walk, Schambergerside, CA 67667-0896

Phone: +6881806848632

Job: Internal Education Planner

Hobby: Candle making, Cabaret, Poi, Gambling, Rock climbing, Wood carving, Computer programming

Introduction: My name is Rueben Jacobs, I am a cooperative, beautiful, kind, comfortable, glamorous, open, magnificent person who loves writing and wants to share my knowledge and understanding with you.