Skip to main content

Workflows Runtime Limitations

FeatureLimit DescriptionLimit valueNotes
StepsMax size of step output5MBCan use bigger output size by saving the step output to file using the step configuration
StepsThe max number of steps that can run in a workflow.5000
StepsDefault step timeout2 minute
StepsThe max number of HTTP steps that can run in one minute1200Only for Blink Cloud runners
Workflow ExecutionsMaximum execution durationThe default time limit for each workflow execution is 2 hours, but you can adjust it up to a maximum of 12 hours.Paused time doesn’t reduce the remaining execution time.
The Wait Flow Control ActionThe Max timeout duration for the Wait Flow Control Action.14 DaysThe pending state of this action doesn’t reduce the remaining execution time.
Interactive ActionsThe Max timeout duration for all Interactive Actions14 DaysThe pending state of this action doesn’t reduce the remaining execution time.
Wait For Web Form Response ActionThe Max timeout duration for Wait For Web Form Response Action14 DaysThe pending state of this action doesn’t reduce the remaining execution time.
Synchronous SubflowsThe Max timeout duration for "Wait For Web Form Response Action"Synchronous Subflows are constrained by the timeout of the parent automation. This means that the Subflow cannot run longer than the parent workflow's total timeout.The pending state of this action doesn’t reduce the remaining execution time.
FilesMax size of file created by a step500MB
FilesMax total size for sum of files in a workflow's steps1500MB
FilesAmount of files created in a workflow100
Execution HistoryNumber of entries in the workflow's execution history100If you would like to increase the amount of entries in your execution history, please contact support.
Concurrent Workflow ExecutionsThe number of workflow executions that can run concurrently.In a Workspace, a maximum of 40 workflows can run concurrently and in a Tenant a maximum of 50 workflows can run concurrently.Please note that if an async subflow is included in a workflow, it will be treated as a separate workflow and will count towards the concurrent workflow limit when executing workflows concurrently.