UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 8


A developer configured the properties for a Click activity as shown below:

What happens if the activity cannot find its target at runtime?

Show Answer
Correct Answer: C

The properties of the Click activity show that 'Continue on error' is set to True. This means that if the activity cannot find its target at runtime, it will not throw an exception and will continue with the next activity. The Timeout property is set to 10 seconds, which means the activity will wait for 10 seconds to find the target. If it cannot find the target within this time, it will proceed to execute the next activity after 10 seconds.

Discussion

11 comments
Sign in to comment
IngvarnOption: C
Dec 2, 2023

The next activity is executed after 10 seconds.

Maco_C
Nov 22, 2023

I think the answer is D.

Maco_C
Nov 28, 2023

sorry, The answer is c

UncleMitko
Nov 28, 2023

C is the right answer.

ASMA__Option: C
Dec 7, 2023

The next activity is executed after 10 seconds.

mhs_MohammadOption: C
Dec 12, 2023

Answer is C

ykwOption: C
Dec 16, 2023

"C" should be correct ans.

sam0yes
Feb 27, 2024

C is correct, because Continue on error is set to "True". Otherwise would be B.

milindkumarOption: C
Feb 29, 2024

C is correct

DKAT2023
Jun 13, 2024

it is c

Sanjib40
Aug 17, 2024

C is correct because continue on error is true

deyp11Option: C
Apr 15, 2025

C is correct because continue on error is true and the timeout is in seconds (by default)