Does the operaton-bpm-spring-boot-starter-webapp include process instance modification support (i.e. moving the token) and process instance history view? Also is operaton-bpm-spring-boot-starter-webapp-ee an actual artifact? I see it in the bom but it does not seem to be in the mvn repositories. Thanks!
Does operaton-bpm-spring-boot-starter-webapp support process instance modification and history view?
No, the webapps have the scope of Camunda 7 CE, which does not support that.
New webapps are being built within the Operaton project currently (sources available) that will include history views. The webapps are in an early state. Once production ready, they will replace the existing ones.
For process instance modification you’ll need commercial offerings. The enterprise edition of flowset.io provides that feature.
However, the REST API is fully open and you could write your own scripts to manipulate processes.
Further, the Operaton MCP server is capable of the full REST API and with a chance it should be able to do that operation for you using an AI client.
operaton-bpm-spring-boot-starter-webapp-ee is not a valid artifact. It is legacy from Camunda 7 and will be removed.