Skip to main content

Implement a Service Task

Use This workflow model for the tutorial.

Use the "Import New Diagram" button to inject the BPMN-model you just downloaded into the diagram

processId-cloud

This workflow includes a Service Task and an XOR Gateway. Select the Service Task and fill in the properties. Set the task-type to 'test-worker'.

workflow-cloud

Deploy the new workflow using the "Save & Deploy" button.

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\"}"