Flow activity

Flow Designer has a number of ways to help you see at a glance if there's a hiccup somewhere along the way. This can happen for a variety of reasons -- for example, a step is missing required configuration, another system isn't responding to a request from one of the steps, or an input can't consume the information it's fed at runtime.

Understand what's happening when flows don't flow

There are a few visual indicators to help make sure you don't have any problems during runtime. If you don't see these indicators but your flow isn't doing what you expect, use the Activity panel to debug runtime issues.

Missing configuration: When a step is missing configuration or information it's relying on, a warning badge appears in the corner.
No agents connected: When a step is configured to run on an xMatters Agent but no assigned agents are connected, the dot in the agent icon turns from green to red.

Unconnected trigger: Triggers only fire if there are steps connected to them. The exception is legacy Integration Builder triggers, which continue to execute whatever script is associated with them.

Disabled: You can enable and disable triggers (for example, you might disable a trigger if you're doing some troubleshooting or building out a new flow you don't want to fire just yet). Double-click the trigger and click the Enabled toggle to turn it on or off.

Deprecated: A custom step or HTTP trigger might be deprecated if a new and improved version is available.

Withdrawn: The version of the step has been withdrawn from use. Double-click the step in the flow to open its configuration screen (or select it and click the pencil icon) and select a newer version. Also check other steps further down the flow for alert badges that indicate missing configuration, since changing the step version might remove outputs used by these steps.

Orphans: When you disconnect steps from the previous step, they're orphaned. Since all steps are orphans until you connect them, and you may do this on purpose as you're refining your workflows, we don't warn you, but it's good to take a quick look around to see if you have any unconnected steps.

Loops

Flow Designer includes logic to detect and prevent flows from looping and unintentionally overwhelming system resources. Flow Designer considers it a loop when the same flow is triggered multiple times in a short period of time by a single sequence of system signals or scripted actions. When it detects a loop at runtime, Flow Designer cancels flow execution and logs an error in the Activity Panel indicating that a loop or circular flow reference was detected. For example, Flow Designer cancels flows when it detects the following types of loops:

  • An HTTP trigger executes a script that sends a request to the same HTTP trigger.
  • An alert status trigger fires when an alert is created and the triggered flow creates another alert using the same form.

Activity panel

Flow Designer includes an Activity panel that you can use to monitor the system requests for your flows. This is useful for determining if your flows completed successfully, or for troubleshooting and debugging flows that fail. By default, the panel logs all requests for a flow, including all successful and failed requests. Log data is retained based on your pricing plan.