Fetch IQA Data

This action will execute an IQA query and store the results in a property which will be passed to subsequent actions.

InputOutput
None
  • Any (JSON) (Passthrough)
  • - IQA Data (array)

Limitations

Because workflows are executed on distributed systems, there are limitations on the size of the total dataset that can be returned. This limit varies between runs, but is typically in the range of 200,000-300,000 records with 20 columns (between 3-5 million individual data points).

If this limit is reached, the workflow will fail.

Properties

The following properties relate to fetching IQA data.

NameTypeTemplatableNotes
IQA Query PathTextYesEnter the full path to the IQA query to execute. Must start with $/.
Tip: Click the Select query… button to browse for an IQA from iMIS.
Query ParametersListNoOptional. Specify query parameters by name.
Output PropertyTextNoSpecify the name of the property to store the CSV data in.
Max RecordsNumberNoOptional. The maximum number of records to return. If not specified, defaults to unlimited.
Fail on No ResultsCheckboxNoIf checked, this action will fail if the IQA returns zero results.

Did this page help you?