Workday Studio · Rate Limits
Workday Studio Rate Limits
Workday Studio integrations call the same gated Workday Web Services and Integration endpoints as other Workday APIs; rate limits are tenant-scoped and documented only inside the authenticated Workday Community reference. Studio integrations are typically scheduled or long-running rather than per-second request workloads.
1 Limits
Rate LimitingIntegrationWorkday
Limits
Tenant-scoped throttling for Studio-deployed integrations tenant
see https://community.workday.com/api
Studio integrations consume the same Workday Web Services throttle pool as any other tenant integration; specific concurrency and SOAP-fault thresholds are gated.
Policies
Documentation gating
Workday rate-limit policy is published only on community.workday.com, which requires a customer login. No public per-second or per-minute numbers are available.
Long-running orchestration
Studio integrations are typically launched on a schedule; concurrency is governed by the tenant's Integration System User capacity and the Workday Integration Cloud queue.
Backoff
Studio steps should implement Workday's retry-on-503 and exponential-backoff pattern documented in the gated Studio reference.