Skip to main content

Implement a service task

Use this process model for the tutorial.

Click Import New Diagram in the context menu to inject the BPMN-model you just downloaded into the diagram.

import

processId-cloud

This process includes a service task and an XOR gateway. Select the service task and fill in the properties. Set the Type to test-worker.

process-cloud

Deploy the new process using the Save & Deploy option in the Deployment menu.

Make sure you have created a client and connected a cluster.

Now you can connect a worker for the configured service task:

zbctl create worker test-worker --handler "echo {\"return\":\"Pong\"}"