Welcome to Zuora Product Documentation

Explore our rich library of product information

Export and import a workflow

Learn how to export and import a workflow.

You can export the logic and configurations of a workflow as a JSON file. The JSON file can be imported to create a replica of the workflow. The data that has been processed in a workflow cannot be exported or imported.

  1. On the Workflows page, click the Export button in the row of the workflow that you want to copy from. A new window pops up showing the JSON code of the workflow. Workflow JSON sample
  2. Select and copy the complete code in the code area, and then close the window.
  3. Click Add icon and select + Blank Workflow Definition to add a blank workflow.
  4. In the New Workflow Definition dialog that opens, select the Import from JSON tab, and click Next.
  5. Paste the code to the JSON code area.
  6. Click Create. The new workflow is added to the list of workflows shown in the Workflows tab.

You have successfully export the logic and configurations of the active version for the workflow. To export a specific version, see Export a specific version of a workflow for more information.