Skip to content

Commit d9d2eb0

Browse files
Update src/content/docs/workflows/build/workers-api.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent 1f5f07e commit d9d2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/workers-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Each element of the `batch` list is expected to the
279279
```ts
280280
// Create a new batch of 3 Workflow instances, each with its own ID and pass params to the Workflow instances
281281
const listOfInstances = [
282-
{ id: "idFromBatch0", params: { "hello": "world-0" } },
282+
{ id: "id-abc123", params: { "hello": "world-0" } },
283283
{ id: "idFromBatch1", params: { "hello": "world-1" } },
284284
{ id: "idFromBatch2", params: { "hello": "world-2" } }
285285
];

0 commit comments

Comments
 (0)