API Ochestration

When the job execute,the zeebe enngine needed work client keep grpc connection。I wonder could the enginee comunicate with work used other protocols(such as rest,soap),or could zeebe acheve API level orchestration?If not,is there any plan in future? thanks。

Hi @yuanxuzhang , you can orchestrate anything, but yes, you need to write an adapter layer for anything other than dedicated Zeebe workers. There is a generic Zeebe HTTP Worker that gives you a good example of how you can do it. There is also Zeebe Lambda Worker.

There are no plans to put this functionality into the engine at this time.

1 Like