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 1f5f07e commit d9d2eb0Copy full SHA for d9d2eb0
src/content/docs/workflows/build/workers-api.mdx
@@ -279,7 +279,7 @@ Each element of the `batch` list is expected to the
279
```ts
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: "idFromBatch0", params: { "hello": "world-0" } },
+ { id: "id-abc123", params: { "hello": "world-0" } },
283
{ id: "idFromBatch1", params: { "hello": "world-1" } },
284
{ id: "idFromBatch2", params: { "hello": "world-2" } }
285
];
0 commit comments