Welcome to Zuora Product Documentation

Explore our rich library of product information

Workflow helper objects for retrieving data

This reference lists the Workflow helper objects you can use to query related data within a workflow.

Workflow provides the following helper objects for you to query the related data within a workflow:

You can use Liquid to query against the above objects.

For example, the following query can be used in a Retrieve: Data Query task to retrieve the result of the current workflow run:

Select * from workflow_task where workflowid = {{ WorkflowInstance.id }}

This query leverages {{ WorkflowInstance.id }} to retrieve the current Workflow run ID.