Store temporal activity history data in custom table/another database

“store temporal activity history data in custom table/another database”
If we wants to capture the workflow activity history like Orderid, workflowId, runId, startTime, CompleteTime, activityName, status from Temporal and those all can we store in another Database table. how we can persist the data from temporal to another database?

1 Like

A workflow can execute an activity that would persist all these fields in your DB. But it makes sense for long term historical visibility per workflow. I’m not sure if you want to do it per activity as the workflow execution history already contains all this data.