Skip to main content

16 docs tagged with "Bot Task"

View All Tags

Configure timeout to reconnect

The Master Agent, Unit Agent, and Workers connect via REST API during a reconnect procedure. The Worker application requests the Unit Agent in the RoboticsFlowPlugin plugin. The Unit Agent requests the Master Agent. To configure a reconnection timeout for a Worker and Unit Agent, follow the instructions below.

Load BCB from Nexus

After clicking Advanced > Bot Configurations > Import from the Repository, the message about the import start is shown, however, an artifact is not loaded. To identify the root cause for the issue, it is necessary to check the configuration.

Modify JVM properties

The table below lists of useful Java Virtual Machine (JVM) properties you can add, remove, or change to achieve specific purposes.

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.