Skip to content
Ling-Xiao Yang edited this page Jan 29, 2016 · 1 revision

Rodan supports "export to JSON" and "import from JSON" for Workflows. The APIs are:

GET  /workflow/{ID}/?export=true&format=json   for exporting
POST /workflows/   with {'project': PROJ_ID, 'serialized': JSON_data} for importing

The JSON workflow should follow a defined schema here.

Clone this wiki locally