I noticed there’s a feature in the Temporal UI for importing Event History, but I have not been able to figure out how to use it. At first glance, it seems like I should be able to take my archived workflow execution JSON files and rehydrate them so I can see them in the UI but that doesn’t seem to work. The formats seems inconsistent.
Hi @tihomir,
Thanks for this feature, we’ve been enjoying integrating Temporal into our systems.
Is there any way to send a POST request or similar in the UI server/UI with a history.json file, so it can be automated?
Our current planned plan is to be able to link our existing metadata system to temporal using WorkflowID/RunIDs, so I’d like to use the API to fetch the history events for a workflow, and upload the JSON to the temporal UI.
Note, some of these workflows are archived (and out of the DB retention for visibility), so I can’t simply use the main UI because describe (ui/api/v1/namespaces/X/workflows/Y/runs/Z) doesn’t work for archived.