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
I have multiple processes to share the same signal to monitor the record create, while one process is set suspended, it throws the suspend process error, and the others will not be triggered any more
Expected behavior
the suspended process will not impace the other processes, and can geneate the instances
Code
If applicable, add the code that you are using when having the issue.
---------send the singal -----------
try {
runtimeService.signalEventReceived("sheet", variables);
} catch (FlowableException e) {
log.error("Error {}",e.getMessage());
}
for example, two processes share one signal:sheet:66b33564d2f72959e490cfae|1, see screenshot as following
the deployed processes:
Additional context
Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc.
flowable version:6.8.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I have multiple processes to share the same signal to monitor the record create, while one process is set suspended, it throws the suspend process error, and the others will not be triggered any more
Expected behavior
the suspended process will not impace the other processes, and can geneate the instances
Code
If applicable, add the code that you are using when having the issue.
---------send the singal -----------
try {
runtimeService.signalEventReceived("sheet", variables);
} catch (FlowableException e) {
log.error("Error {}",e.getMessage());
}
for example, two processes share one signal:sheet:66b33564d2f72959e490cfae|1, see screenshot as following
the deployed processes:
Additional context
Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc.
flowable version:6.8.1
The text was updated successfully, but these errors were encountered: