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

add a feature to select from a list of .formio files to associate with a BPMN file #53

Closed proth1 closed 9 months ago

proth1 commented 11 months ago

As a modeler using the Camunda Modeler, when I select the option to add a form to a User Task I would like the option to be able to select which .formio file I want to use, making it much easier to use the accelerator for projects requiring multiple bpmn files.

As an example, I have a BPMN process with a file called

process1.bpmn

When I use the modeler plugin provided with the accelerator it will download the forms and resources associated with a formio project (actually a stage) from Form.io Cloud (https://portal.form.io) in to a file in the same directory as process1.bpmn called process1.formio.

Assuming I have a subprocess (call activity or an independent process) in a separate BPMN file called

process2.bpmn

I would like to be able to use the same formio file called process1.bpmn; otherwise if I have process3.bpmn, process4.bpmn ... processn.bpmn it very quickly becomes unmanageable.

As such we need an easy way to have one .formio file that can be used by a collection of bpmn processes.

Please let me know if I can provide any additional detail.

Thanks, Paul