Hi,
@jonathan.lukas / @sbuettner
I am doing the migration from Camunda 7.19 to 8.3…
Below documentation using for my reference:
Using the cli I migrated my bpmn files. And I added below dependencies,
io.camunda.spring
spring-boot-starter-camunda
8.3.1
io.camunda
zeebe-client-java
8.3.1
org.camunda.community.migration
camunda-7-adapter
0.7.0
org.camunda.bpm
camunda-bom
7.19.0
import
pom
Then added the zeebe properties in application.properties. Now my spring boot is up and running. and migrated BPMN i deployed into Camunda Saas Trail Version.
Now I triggered the process, and process is stuck in Service task,
Service Task Configuration:
Type: camunda-7-adapter
Header:
key: class
value: com.example.workflow.StudentDelegate
But control is not coming to the Delegates, flow diagram is showing in the operate still with Service Task.
Can anyone help me on this ?