Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sending signal to multiple processes interrupt while one process is a suspend process #3948

Closed
janslee opened this issue Aug 14, 2024 · 0 comments

Comments

@janslee
Copy link

janslee commented Aug 14, 2024

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
image

the deployed processes:
image

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

@janslee janslee closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant