Camunda 8 Tasklist

Hi Everyone
I have installed camunda 8 as self-managed for learning purpose.

I could not find start process menu in the tasklist app.

How can a user start a process instance manually via tasklist in camunda 8?

Hi @mrdavoodi64

They cannot.

Josh

So how can a user make a request through starting an instance? should we build a custom Tasklist via GraphQL to provide this feature for an end user?

If you want to provide a UI for starting process instances, a webapp that has a REST API backend is an easy way.

In the controller for the REST API, you call the gRPC API CreateProcessInstance of Zeebe.

Josh

Thanks @jwulf