Define a Workflow Data Fabric table data source

  • Release version: Zurich
  • Updated June 16, 2026
  • 1 minute to read
  • Enable data collection and analysis from external tables by integrating the Data Context Engine with Workflow Data Fabric to generate actionable insights.

    Before you begin

    About this task

    Access external data through the Workflow Data Fabric tables and analyzed it using the Data Context Engine. This data is available in real-time using a zero-copy model and synced only when queried. See Managing zero copy connections in Workflow Data Fabric Hub for details.

    Procedure

    1. Navigate to All > Data Context Engine > Data Sourcesand select Create New.
    2. Select Table in the Source field.
    3. In the Source table field, select a Workflow Data Fabric.
    4. On the Data Source Form, fill in the remaining fields.
      For a description of the field values, see Define a table data source page.
    5. Select Submit to create the data source.

    Total licenses used quarterly

    To get the total number of licenses used this quarter across accounts and products from a Workflow Data Fabric table, select:
    • Source table: df_usage_information
    • Conditions: Timestamp between last quarter and today
    • Group by: Account, Product
    • Aggregation: Sum
    • Source Reference: sold_product
    • Source reference resolver: Specify the mapping between the Account and Product combination and the Sold Product table in the script as follows:
      • var account = groupByFieldValueMap[account]
      • var product = groupByFieldValueMap[product]
      Note:
      You must update the Source reference resolver script to specify field mappings only when the Group By field contains:
      • Two fields (maximum allowed).
      • A non-reference field.
      • An external field.

    What to do next

    After defining the data source, the next step is to configure the context engine mapper. See Configure the Context Engine Mapper for details.