How to start instance from API

I have some use case to try :

  1. We need to process daily payment.
  2. At 00:01, we need to query payment due today from our database. This can results many rows to paid.
  3. For each payment due, we need to start zeebe instance (This related to my previous post here)

How can we start zeebe instance? Zeebe tutorial only shows using ./bin/zbctl --insecure create instance
Do zeebe have some REST API that can be used, or we need to create wrapper to call zbctl console?

We are using simple express.js app, with few methods.

Seems I can use zeebe client

Will try this

There are some good Getting Started Guides here: https://docs.cloud.camunda.io/docs/welcome.html

The link is dead @jwulf

1 Like

Thanks! Updated with correct link.