Flow Designer 101

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 HTTP request. 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.

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.

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.

  • TriggersTriggers 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).

  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.

  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.

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.

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.