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:

    1. {
    2. "productId": "some-product-id",
    3. "productName": "some-product-name",
    4. "productKey": "some-product-key"