You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to get workflow status using v1.Runs().GetStatus(ctx, runID) 200/Completed. However, I get a 404 when I try to get details of the workflow? What am I missing? v1.Runs().GetDetails(ctx, runID) should work isn't it? This is a Run No Wait Workflow (TaskQ) which spawns 2 workflows and runs tasks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm able to get workflow status using
v1.Runs().GetStatus(ctx, runID)200/Completed. However, I get a 404 when I try to get details of the workflow? What am I missing?v1.Runs().GetDetails(ctx, runID)should work isn't it? This is a Run No Wait Workflow (TaskQ) which spawns 2 workflows and runs tasks.Beta Was this translation helpful? Give feedback.
All reactions