We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'd like to make use of Signals, which are supported in recent versions of zeebe/Camunda.
The way I understand this could be achieved by updating zeebe-grpc with uptodate protospecs, or handling it directly in pyzeebe.
Either way, the question is if pyzeebe should provide a method similar to publish_message() ?
If you don't want to support it in pyzeebe, feel free to close this and we'll instead attempt to roll our own.
ref: BroadcastSignal RPC
The text was updated successfully, but these errors were encountered:
#475 (#476) could solve this.
Sorry, something went wrong.
No branches or pull requests
Hi, I'd like to make use of Signals, which are supported in recent versions of zeebe/Camunda.
The way I understand this could be achieved by updating zeebe-grpc with uptodate protospecs, or handling it directly in pyzeebe.
Either way, the question is if pyzeebe should provide a method similar to publish_message() ?
If you don't want to support it in pyzeebe, feel free to close this and we'll instead attempt to roll our own.
ref: BroadcastSignal RPC
The text was updated successfully, but these errors were encountered: