Hello,
thanks a lot for the detailed Quick Start Guide for the Camunda Platform. Following the guide works well until the last part of “Add a User Task to the Process (4/6)”.
In this step of the guide, a user fills in form fields. However, following the guide using the latest Camunda Platform version (v7.15.0, using Docker), instead I see a button Open external form
Clicking the button results in a 404 error.
Is the external form a new default (and the guide is out of date) or did I misconfigure something by accident? Can I set whether an inline or external form is used explicitly in the modeler?
Thanks for the reply, Niall!
Your question for the model file reminded me that the Quick Start Guide also contains links to downloads for the individual steps. I diffed the models and my model’s Approve Payment activity had the Form Key attribute set, which apparently makes the engine search for a non-existent form.
The Form Fields attributes seem to be ignored in this case. Is my understanding that setting the Form Key and the Form Fields is mutually exclusive, correct?
If so, maybe a warning could be issued if both are set. The same could be helpful when setting a Form Key that does not resolve to a an associated form.