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 60125b2 commit ac5ab12Copy full SHA for ac5ab12
src/content/docs/workflows/build/workers-api.mdx
@@ -301,7 +301,7 @@ This is useful when you are scheduling multiple instances at once. A call to `cr
301
302
* `batch` - list of Options to pass when creating an instance, including a user-provided ID and payload parameters.
303
304
-Each element of the `batch` list is expected to the
+Each element of the `batch` list is expected to include both `id` and `params` properties:
305
306
```ts
307
// Create a new batch of 3 Workflow instances, each with its own ID and pass params to the Workflow instances
0 commit comments