Skip to main content

Implement a service task

Use this process model for the tutorial.

Take the following steps:

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

import

processId-cloud

This process includes a service task and an XOR gateway.

  1. Select the service task and fill in the properties.
  2. Set the Type to test-worker.

process-cloud

  1. Deploy the new process using the Save & Deploy option in the Execute menu.

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