This ticket was created on behalf of the following pull requests:
- https://github.com/camunda/camunda-bpm-webapp/pull/46
- https://github.com/camunda/camunda-bpm-platform/pull/340
- https://github.com/camunda/camunda-bpm-spring-boot-starter/pull/314
Use case
It should be possible to link to a third party application from Cockpit's process definition runtime view.
What is the scope of this pull request?
- A new property businessUri should be added to the...
- process instance table (process definition view)
- process instance view
- Via SPI a BusinessUriMapperProvider can be loaded which provides a businessUri per process definition key
Considerations
- The requested feature might not be interesting for a broad majority of users
- It should be achievable to do something similar with a custom webapp plugin
- The implemented feature is not covered with test cases
Hint
There is also a corresponding forum topic:
https://forum.camunda.org/t/integration-cockpit-into-custom-web-application-by-navigation-links/13042
Closing this. See https://github.com/camunda/camunda-bpm-platform/pull/340#issuecomment-499884580 for an explanation.