Skip to main content

16 docs tagged with "Business Process execution"

View All Tags

Back up Business Process

To back up a Business Process, follow the steps below, depending on the Work.AI version you are using.

Issues related to CT performance

Issues related to Control Tower (CT) performance include slow step transition, slow result processing, and the like. In general, slow CT jobs can result from high memory consumption (swap) and CPU utilization on the CT side.

Issues related to slow execution on Workers' side

You can observe delays in task execution due to tasks waiting long for a free Worker in a cluster or delays in Worker starts due to cluster resources utilized by other task types, thus being insufficient.

Stop bot execution if Business Process is stopped

Bots are executed on a separate Java Virtual Machine (JVM). As a result, a stop or pause action for a Business Process (BP) cleans up all queues for this BP and does not allow the Worker to start processing a new task from the main Worker queue. However, it doesn't kill the Worker already processing the task from the BP, and execution of the Bot Task continues till the very end, even if you stop or pause the BP.