Can we build a custom Tasklist application in Camunda 8

Hi Team,

Does Task list API only can communicate with Zeebe (via the internal Zeebe Client).

Logically I was trying to see if we can build a custom task list application of our own such that it can be made use of instead of the existing one.
This would help in building a more compact application making it more performance efficient as per our requirement.

Could you let me know if its worth exploring thus.

Thanks,
Saju

1 Like

Hello @Saju_John_Sebastian1 ,

yes you can build your own Tasklist and communicate with Zeebe using gRPC API.
You can use java or Go client libraries.
You can use Zeebe exporters to get streamed Zeebe records.

Houssain

1 Like