All Products
Search
Document Center

CloudFlow:Limits

Last Updated:Mar 11, 2026

CloudFlow enforces limits on naming, resource quotas, API call rates, and execution parameters. Limits marked Adjustable can be increased by submitting a ticket.

Naming rules

Flow and execution names must follow these rules:

  • Can contain letters, digits, underscores (_), and hyphens (-).

  • Must start with a letter or an underscore (_).

  • Must be 1 to 128 characters in length.

  • Are case-sensitive.

Resource quotas

QuotaDefault valueAdjustableNotes
Maximum concurrent executions10,000YesExecutions in the Running state per account.
Maximum step execution rate100 initial tokens, refilled at 100 tokens/sYesPer-second step concurrency per account, controlled by a token bucket.
Maximum number of flows10,000N/ATotal flows per account.

API rate limits

CloudFlow uses a token bucket algorithm to control API call rates. Each operation has a token bucket with a fixed size and refill rate.

OperationBucket size (tokens)Refill rate (tokens/s)Adjustable
StartExecution100100Yes
DescribeExecution505N/A
GetExecutionHisotry505N/A
Other operations102N/A

Execution and event limits

QuotaScopeDefault valueAdjustableNotes
Maximum events per executionExecution5,000YesTotal events recorded during a single execution.
Maximum event data sizeEvent64 KiBN/A-
Maximum request sizeRequest1,024 KiBN/A-

Distributed mode quotas for Map state

QuotaScopeDefault valueAdjustable
MaxOpenMapRunExecution10Yes
MaxConcurrencyExecution100Yes
MaxItemsExecution10,000Yes

Role requirements

If a flow integrates with other cloud services, assign an execution role with the required access policy. For more information, see Execution role.