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 d9d2eb0 commit b9a2a2eCopy full SHA for b9a2a2e
src/content/docs/workflows/build/workers-api.mdx
@@ -280,7 +280,7 @@ Each element of the `batch` list is expected to the
280
// Create a new batch of 3 Workflow instances, each with its own ID and pass params to the Workflow instances
281
const listOfInstances = [
282
{ id: "id-abc123", params: { "hello": "world-0" } },
283
- { id: "idFromBatch1", params: { "hello": "world-1" } },
+ { id: "id-def456", params: { "hello": "world-1" } },
284
{ id: "idFromBatch2", params: { "hello": "world-2" } }
285
];
286
let instances = await env.MY_WORKFLOW.createBatch(listOfInstances);
0 commit comments