You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
deadlocks are made when sub-processes are invoked,callactivity Expected behavior
A clear and concise description of what you expected to happen.
The subprocess can be successfully invoked Code
If applicable, add the code that you are using when having the issue.
Additional context
version:6.7.2 database :mysql Spring Boot
The text was updated successfully, but these errors were encountered:
Ok, can you share a unit test project showing the issue?
Providing the appropriate unit test cases is difficult,we use callactivity , then ExecutionListener for setVariable , last GloablListener FlowableEngineEventType.TASK_ASSIGNED for ASSIGNED
There is no general issue with creating a sub process instance with a call activity in Flowable, so we need to be able to reproduce your issue in some way. Therefore a unit test showing the issue is required for us to further analyse this.
Describe the bug
A clear and concise description of what the bug is.
deadlocks are made when sub-processes are invoked,callactivity
Expected behavior
A clear and concise description of what you expected to happen.
The subprocess can be successfully invoked
Code
If applicable, add the code that you are using when having the issue.
Additional context
version:6.7.2 database :mysql Spring Boot
The text was updated successfully, but these errors were encountered: