Exporting Workflows as JSON

You can export any Sliderule workflow into JSON form, including rulesets and rules, with human readable versions of the conditions, actions, and ordering of your rules. You can export directly from the Sliderule UI by visiting the Workflows table, hovering over the workflow you want to export, clicking the triple dot menu, and then clicking Export.

A few notes:

  1. Exported file will be JSON representation of the currently displayed version of the workflow, which may or may not be the deployed version. You may need to open the workflow and revert to the last deployed version, in order to export that version specifically.
  2. Exports will only export a single workflow, not subworkflows. If you need "deep exports" including subworkflows, please contact our support team.

Importing Workflow JSON

You can upload the JSON files for your workflows back into Sliderule. From the Workflows table, simply click on the Cloud icon to upload a workflow. Then select your file, and upload.

It may take a minute to process your file and generate a workflow. Error messages will be generated for invalid syntax, although it is always a good idea to test your workflow after importing.