Environment (Required on creation):
Camunda 7.14.5
Spring boot started based application
job executor deployment-aware is set to false
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
Steps to reproduce (Required on creation):
- Create a sample BPMN [^sample.bpmn] which contains a Async before user task
- Deploy it via Modeler and start a process instance via Modeler
- In runtime view of process definition/process instance, 1 token should be waiting at User task
- Change the name of User Task and deploy it again
- Migrate the old process instance to newer version
- Process instance migration(Asynchronous) job remains stuck, and there is no Failed Job or error/exception.
Observed Behavior (Required on creation):
- Process instance migration(Asynchronous) job remains stuck, and there is no FailedJob or error/exception.
Expected behavior (Required on creation):
- Process instance migration job should get executed
Deleting it, as it is no more reproducible.