Zeebe JobWorker binding spec
To setup Zeebe JobWorker binding create a component of type . See this guide on how to create and apply a binding configuration.
This component supports input binding interfaces.
If the binding will register three variables , productName
and productKey
then the service will be called with the following JSON:
{
"productId": "some-product-id",
"productName": "some-product-name",
"productKey": "some-product-key"