softcannery / camunda-formio-accelerator

Camunda Platform Accelerator for Form.io
https://www.softcannery.com/camunda-platform-acc-for-formio
Other
5 stars 3 forks source link

How do you get the formio file loaded back into the Form.io Builder #34

Closed proth1 closed 1 year ago

proth1 commented 1 year ago

Hi Camunda Formio Accelerator Team,

Can you please tell me how (if possible) to import the example parallel_multi-instance_sub-process_demo.formio file provided with the package into a Stage in the Form.io service at https://portal.form.io/? Or optionally import it into the open-source version of Form.io.

Thank you very much!

softcannery-ltd commented 1 year ago

You can use command shell and jq to generate an import template .json file from the exported .formio project release file to be able to import it into a project stage at https://portal.form.io/

cat parallel_multi-instance_sub-process_demo.formio | jq .template > parallel_multi-instance_sub-process_demo.import.
json

Then, go to Staging -> Import Template to select parallel_multi-instance_sub-process_demo.import. json template and import it into your Form.io project stage:

image

proth1 commented 1 year ago

That is AWESOME!! Thank you very much. That worked flawlessly!! 🙏