Hello,
I have used temporal saga and it works as expected. Now I would like to create a sidecar container which will have saga compensation for various databases like Mysql, cassandra, DB2. The client will pass their configuration as json and the sidecar container should be able to create workflow automatically during runtime. Is it possible to implement config driven workflow ? Since temporal is workflow as a code, I am wondering if the config driven approach even possible?
Thanks,
Mehul