Running a Data Agent database workflow

Getting the parameter names for the workflow

When you run a workflow, you must provide any parameter values that the workflow requires.

On the workflow details panel, to get the parameter names, hover over each field label.

Tooltip with the workflow parameter name

The script view also lists the parameters.

Parameters list on script view for a workflow

Making the run request

From the npm package, to run a workflow:

You can optionally request progress updates:

Listing and downloading workflow generated files

Listing the generated files

To run the workflow and then list the files that the workflow generates:

Downloading all of the generated files

To run a workflow and then download all of the generated files:

Downloading a specific file

To run a workflow and then download a specific generated file based on its identifier to a specified file name:

Last updated

Was this helpful?