Self Managed Setup

Ok. But could we use only zeebe and only via grpc and without exporters we could search list of tasks , complete tasks , assign tasks , update variables only via grpc ?

Hi @Ritaa - no, you need to have the external data store. Zeebe and its brokers do not hold data long term. Additionally, the lifecycle of user tasks (such as assigned and completed) are managed by Tasklist (or zeebe-simple-tasklist) and not by Zeebe. (Our engineers are working to move user task lifecycle events into Zeebe, but that is still in development.)