Skip to main content
Version: 4.17.3

Flow Details

To access the details of a flow:

  • Click on a flow name in the Overview within the Flow Manager.
  • Click the button in the Versions sidebar in the Flow Designer.

Flow Details

The Flow Details page provides detailed information about the performance of the selected flow.

Flow Details

On the Details page you can:

  • Navigate to other flows in the Flow Manager in the Flow library on the left.
  • Switch between the Test and Production environment.
  • Use the tabs to access specific information:
  • Refresh the information () and enable or disable Auto refresh.
  • In the Versions sidebar:
    • Access details of other flow versions.
    • Control the lifecycle of the flow.
    • Navigate to the Flow Designer of a specific version by clicking the button in the Versions sidebar.
resize sidebars

To resize or collapse/expand sidebars, use the and buttons or drag the edge of a sidebar.

Flow Stats

The Stats tab displays the following metrics:

  • Status
  • Uptime
  • Tracing
  • Transport
  • Exchanges completed
  • Exchanges pending
  • Exchanges failed
  • Queued messages
  • Http retry messages
  • Last completed exchange
  • Last failed exchange

Flow Notes

The Notes tab show a read-only version of the Flow Notes from the Flow Designer.

Flow Details - Notes
version specific notes

Flow Notes are specific to each version.

Versions sidebar

The Versions sidebar displays a list of all available flow versions.

Flow Details - Versions sidebar

In the Versions sidebar you can:

  • See which versions are started (indicated by a green environment label).
  • Click on a version to access its lifecycle controls:
    • to Start a flow.
    • to Stop a flow.
    • to Suspend a flow.
    • to Resume a suspended flow.
    • to Delete a version that is not installed.
    • to Navigate to the Flow Designer for this version.
  • Delete multiple versions by selecting them individually or use the Select all button, then Remove selected.

Control the lifecycle

The flow status represents its lifecycle. From the Versions sidebar you can control the lifecycle of a flow. From the Versions sidebar, in the Flow Manager and Flow Designer, you can manage the lifecycle by starting, suspending, resuming, or stopping a flow.

Status

Each installed flow can be in one of several stable statuses (Started, Suspended, Stopped) or transitional statuses (Starting, Suspending, Stopping). The transitional statuses will most often be very short-lived.

note

Some statuses shown cannot be triggered manually and are set by the backend, for instance Resolved, Unknown or Unconfigured.

Start

Click the button to start (install / deploy) a flow in an environment. Starting a flow from Draft will create a new version. The flow will be installed in the backend and turn green to indicate it's started. After you start a flow it has the Started status.

Suspend

Click the button will start to suspend ('pauze') a flow. A flow in the process of suspending will finish any currently pending exchanges. Components that hold locks on resources (open connections or files) may delay this process (status shown is Suspending). A flow that finishes this process succesfully has the Suspended status.

While a flow is suspended:

  • The Inbound HTTPS component will return 503 Service unavailable
  • The FTP (set to inbound), InboundGoogleDrive, InboundEmail and InboundHl7 components will stop loading files
  • The Scheduler component will stop triggering
note

A Scheduler component with a small repeat interval might still trigger a couple of times while suspending a flow because future triggers were already scheduled and therefore are pending in the backend

Resume

Click the button to resume a suspended flow, after starting succesfully it will get the Started status again.

Stop

Click the button will start stopping a flow. A flow in the process of stopping will finish any currently pending exchanges. Components that hold locks on resources (open connections or files) may delay this process (status shown is Stopping). When it is fully stopped it will have the Stopped status.

Last update on Feb 26, 2025