In my case workflows includes long lasting tasks which must be interrupted by triggering interrupting boundary events.
It seems that Zeebe gRPC API does not have such notifications.
The only way I see is to implement Exporter and once it received activity cancellation event, pass it to Job Worker.
Does not look optimal though.
Any other legit ways to do this?