We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d7627 commit 6ee98a5Copy full SHA for 6ee98a5
src/content/docs/workflows/build/trigger-workflows.mdx
@@ -68,7 +68,7 @@ export default {
68
// If an ?instanceId=<id> query parameter is provided, fetch the status
69
// of an existing Workflow by its ID.
70
if (instanceId) {
71
- let instance = await env.MY_WORKFLOW.get(id);
+ let instance = await env.MY_WORKFLOW.get(instanceId);
72
return Response.json({
73
status: await instance.status(),
74
});
0 commit comments