-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support sending signals #964
Comments
Hi @r-herd 👋 Thanks for raising this! Could you please provide a reproducible example? That would help us troubleshoot this. |
This error occurs when executing the following code: |
Thanks @r-herd 👍 I've given it a try, and I see what's happening. I misread your feature request as a bug. I expected that broadcasting signals was actually already possible, just not supported by zeebe-process-test with assertions. However, it's clear now that actually broadcasting a signal in a zeebe-process-test test case is not supported. I'll raise this with the team. |
Personal triage:
@lzgabel Would this be something you could look into? Otherwise, I'll plan something with the team. |
I'll pick it up. I'm bored anyways 😄 |
Is there any plan to add assertions for signals soon? |
We haven't planned to add it at this time. I did create an issue for it just now (#971) because I would love to see these assertions as well. @lzgabel I know you contributed Signals to Zeebe which is awesome. I just wanted to raise awareness for this feature request just in case you'd be interested in contributing it here as well. If you're not that's okay, then we'll pick it up within the team at some point 🙂 |
💯 @remcowesterhoud Please assign the task to me. |
Description
Signal events are introduced in camunda 8.3.0. When using the zeebe client to create a new signal event in a @ZeebeProcessTest the following error occurs:
This issue is for signal events to be supported in zeebe-process-test
The text was updated successfully, but these errors were encountered: