Skip to content

AireFlow Data Extracts

This page shows the possible options when extracting data from the AireFlow data source.

To extract tasks from AireFlow, use:

{
    "workflowDefinitionKey": "key",
    "taskKey": "key",
    "stateDimensions": [
        {
            "key": "state-key",
            "dataType": "Integer"
        }
    ]
}

Where:

  • Workflow defintion key (optional, if omittied returns all tasks) is the key of the workflow definiton you want to see tasks for
  • Task key (optional, if omittied returns all tasks) is the key of the task you want to see
  • State dimensions (optional) allows dimensions to be populated with data from the AireFlow task state.