Workflow Performance
Workflows actively use server resources, and complex workflows may significantly affect server performance.
Workflows performance impact is a combination of the following:
Frequency of workflow tasks processing. It may either be explicitly specified in the block options (by a timer block) or implicitly defined by the frequency of events or state changes that trigger task execution (for Event blocks).
Complexity and impact of calling a context function. See functions performance for more information.
Number of blocks in the workflow and their execution order.
Workflow's concurrency settings can be adjusted if a workflow isn't capable of processing all its tasks in the expected time frame.
Was this page helpful?