Open rb83 opened 1 month ago
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
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