**Clarifying `Maximum Workflow instance creation rate` Limit** The [createBatch](https://developers
Clarifying
The createBatch documentation says
Does this imply that when using
I understand there are other limits that might kick in (e.g. Maximum number of queued instances), but this example is meant to clarify the creation rate limit.
Worklows Limits Reference
Maximum Workflow instance creation rate LimitThe createBatch documentation says
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.
Does this imply that when using
createBatch , if you were to create 100 instances per batch (the maximum), that you could create 10,000 instances (100 per batch * 100 calls) per 10 seconds?I understand there are other limits that might kick in (e.g. Maximum number of queued instances), but this example is meant to clarify the creation rate limit.
Worklows Limits Reference


