Open Documentation Menu

Using a start form

You can add a form to a start event, e.g. an application for vacation leave. You can the use the start form as the entry point for this process. To add a form to a start event, use the property formKey.

<startEvent id="start" name="start" camunda:formKey="uri:/myapp/mystart">
    ...
</startEvent>