Assemble the process

One you have uploaded your BPMN file and properties, you can put them together to create a process.

Create a node of type Camunda Importer (library.bpm.CamundaImporterType). Call it Show Form Process.

Set the BPMN link to your uploaded file.

Set the BPM step types link to metrici.products.pmx.library.PMXStepTypes. This brings in the standard BPM step types used for PMX solutions.

Set the BPM properties link to your properties node.

Camunda importer form the show form process

The Camunda importer automatically generates both a process definition and status rules.

If you look at the Documentation tab of the Camunda importer, it will show you a text version of what you have imported. Flows are describes within the documentation of the source end of the flow. This can be useful for checking your configuration.

Process documentation in the Camunda importer

The documentation will have some additional sections that are not relevant to your flow (such as global properties, and a section for the end event).

You can use the Camunda importer node directly in a worker template, linking from the worker template to the import node as both the process and status rules.

Worker template linking to a Camunda importer

You can then create a Start Process Recipe that references the template, and include this in a group profile. Once you've integrated this, you should be able create a new show form process, which should have a Show form action something like this.

Using the show form process