Comment Out

The Comment Out activity disables selected activities or sequences and prevents the execution during automation runs. For example, when writing a code you can comment out a block of code. Similarly for RPA, a block of the RPA flow can be commented out.

The primary usage of this activity is to debug certain sections of a RPA flow at once, without having to alter the workflow in any way. During debugging the block that must be tested is retained and the rest is disabled. This can be done by adding the Comment Out activity and manually including the activities that must be debugged. You can also select the activities, right click and select Disable.

You can add one or more activities, to the Comment Out activity, that must not get executed at the run time.