Skip to main content

Monitoring Flow Runs

The

Flow Runs
page contains the current status of different Flow runs that have been executed. To view historical runs for a specific Flow, select the Flow from the datalist in the header.

FlowRuns

 

To download or obtain more information about an input or output file, click on the file name. This will open a pop-up allowing you to get a link to the file, download the file, or view additional details about the file.

FlowRuns

Observing Flow Status

The run status table displayed consists of the following columns:

  • Input File: Input files and input parameters associated with Flow run.
  • Output File: Output files (if applicable).
  • Run By: Login associated with the user who ran the flow.
  • Start Time: Timestamp of when the Flow was initiated.
  • Run Duration: The execution time of the flow in HH:MM format.
  • Status: The current status of the flow run instance. Possible status values include:
    • Running: Job is in the process of running.
    • Success: All Nodes have run successfully.
    • Failed: At least one Node has failed to run successfully.
  • Logs: Opens a modal with logs for each Node.

Observing Node Status

Expanding the status box shows a list of nodes with corresponding run statuses indicated by color. Some common color codes are:

  • #B22222 Red: failure after retries exhausted
  • #01FF70 Light green: currently running
  • #2ECC40 Dark green: successful run
  • #A9A9A9 Gray: queued; awaiting system resource to commence
  • #FFFF00 Yellow: failure to run on at least 1 try; awaiting retry
  • #9932CC Dark Orchid: skipped prior to completion; this color may indicate a system resource limitation
  • #FFA500 Orange: dependency for node has failed, preventing this node from being run

Determining what code ran

Flow runs include a link to a Flow Version, indicating which version of the Flow was executed for the given run.

Flow Version column in Flow Run table

 

note

Flow Runs started before July 20th 2024 will not be linked to a Flow Version