4. Import Workflows¶
For purposes of sharing process flows between sites, training on PanMo Confab™ tool, or various workflow involving existing data sets we provide the following import workflows.
4.1. Flow Import¶

Using the access panel you can select the Import Flow and get a screen to upload the process flow (as shown above). The process flow description file (using JSON format) will be populated into the database once you hit upload, to see the results like the following:

This feature supports both step based flow (see above) as well as module based flow (see below), .. image:: images/ImportFlow-ModuleFlow.png
4.2. DOE Import¶

Using the access panel you can select the Import DOE and get a screen to upload the DOE data (as shown above). The DOE file (using CSV format with first row containing column names and first column containing row names) will be populated into the database once you hit upload, to see the results like the following;

This creates a supporting Flow object with 1 step containing all column names and adds DOE against this flow with the records from your CSV file. The DOE then can be used with various analyses available on the platform.