Search before asking
What happened

When run more process instance at the same time, some tasks keep submit success but not dispatch, which make process instances always running.
It seems that CommonTaskProcessor is a singleton bean by spring, but it has taskInstance , which will affect each other when multi submit.
What you expected to happen
task runs independly when submit.
How to reproduce
run many process instances at the same time.
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
When run more process instance at the same time, some tasks keep submit success but not dispatch, which make process instances always running.
It seems that
CommonTaskProcessoris a singleton bean by spring, but it hastaskInstance, which will affect each other when multi submit.What you expected to happen
task runs independly when submit.
How to reproduce
run many process instances at the same time.
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct