I am using python and Nodejs SDKs for activities & workflow respectively and using PostgreSQL for database.
I want to check workflow execution history in database. Checked history_node & history_tree table in database but it includes encoded values. Have attached screenshot for the same.
Yes, but where we can see that in the database? Any table where we can check this history?
I’m assuming it is stored in history_node & history_tree table. But data stored in these tables is not readable.
It is not possible without downloading payloads from the DB and deserializing them to the corresponding protobufs.
What is actual problem you are trying to solve? The content of these tables is accessible through UI and CLI in a nice format. You never need to look into the DB directly.