Matt Fysh
10/04/2023, 3:53 AM/task-runs/task-run/:uuid
route?
• the task inputs tab is showing {"id": []}
when it should be (for example) {"id": "123"}
• the cache key in the sidebar is not populated, but I provided a cache_key_fn
and the caching feature itself seems to be working (re-running task with same ID uses cached result)Emil Christensen
10/05/2023, 4:48 PM• the task inputs tab is showingDo you mean this route? Could you give an example of the call you’re making?when it should be (for example){"id": []}
{"id": "123"}