Skip to content

Capture Flow

Overview

The Capture Flow node triggers a snapshot of your deployment's state for the current execution. When triggered, the platform collects values from all output nodes with reporting enabled in the deployment configuration and stores this snapshot for later review in the reporting interface.

Use Capture Flow when:

  • You want to save execution results only when specific conditions are met.
  • You need to trigger a data snapshot for reporting or analytics.

💡 Tip

This node only captures data from other output nodes that have been explicitly marked for reporting in your deployment settings.

Inputs

NameTypeDescription
valueboolA boolean trigger. Only a true value initiates a snapshot; false signals are ignored.

Parameters

This node does not have any configuration parameters.

Example

Capturing QC defect data

An automated inspection flow checks parts for cracks. When a crack is detected, the flow sends a true signal to the Capture Flow node. This triggers the platform to save the current camera frame, the defect bounding box, and the confidence score for later audit.

Configuration:

  • This node has no configurable parameters.

Result: A permanent record of the defect is created in the platform reporting database, including all relevant visual and numerical outputs.

Reference: