Steps to reproduce:
- create a process application, whereby the containing process has an embedded start form
- deploy the process application to a container
- login into cockpit
- go to the repository view
- select the corresponding deployment
- redeploy the process
- switch to tasklist
- try to start a process instance of the process
Problem:
The returned context path is null, so that the form key cannot be resolved correctly to load the embedded form.
Hint:
The REST Api calls ManagementService#getProcessApplicationForDeployment() which will return always null in this context.
Additional hint:
When using Chrome, Tasklist displays the error message:
This error message is not displayed when using IE11 / Firefox. Instead, the loading icon keeps on rotating.