Skip to content

Commit 77d5ebc

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

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
@@ -270,7 +270,7 @@ export default {
270270

271271
Create (trigger) a batch of new instance of the given Workflow, up to 100 instances at a time.
272272

273-
This is useful when you are scheduling multiple instances at once. A call to `createBatch` is treated the same as a call to `create` (for a single instance) and allows you to work within the [instance creation limit](/workflows/platform/limits/).
273+
This is useful when you are scheduling multiple instances at once. A call to `createBatch` is treated the same as a call to `create` (for a single instance) and allows you to work within the [instance creation limit](/workflows/reference/limits/).
274274

275275
* <code>createBatch(batch: WorkflowInstanceCreateOptions[]): Promise&lt;WorkflowInstance[]&gt;</code>
276276

0 commit comments

Comments
 (0)