Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use the Break component

Break a loop at any time with the Break component in the RPA Desktop Design Studio.

Before you begin

Role required: none

About this task

You can configure the properties for the Break component.

PropertyDescription
Delay After ExecutionThe number of seconds to pause after running.
Delay Before ExecutionThe number of seconds to pause before running.
MessageCustom message for the user.
Enable TimeoutOption to set a timeout value.
TimeoutNumber of seconds that the operation ends after if not completed. To apply this value, you must set the Enable Timeout property.

Procedure

  1. In the Toolbox pane, navigate to Loops > Break.

  2. Drag the Break component to the Design surface.

  3. Connect the control port of the Break component to the corresponding port of the another component as described in the following table.

    Port typePort nameData typePurpose of connectionDefault valueMandatory?
    Control InControl InNot applicableTakes the input from another component when the defined condition is fulfilled.Not applicableYes
  4. To test the component, under the DESIGN tab, click Run.

Parent Topic:Loops