ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 169 - AD01 discussion

Report
Export

Please refer to the exhibits

Under what TWO conditions will the process move to the 'Close Down' page directly from the Stop? Decision stage during runtime?

A.
The specified Stop time has passed
Answers
A.
The specified Stop time has passed
B.
'Request Stop received from Control Room
Answers
B.
'Request Stop received from Control Room
C.
Priority of the remaining Queue Items is 0
Answers
C.
Priority of the remaining Queue Items is 0
D.
All the Queue Items have been processed
Answers
D.
All the Queue Items have been processed
E.
Immediate Stop' received from Control Room
Answers
E.
Immediate Stop' received from Control Room
Suggested answer: A, B

Explanation:

The process will move to the 'Close Down' page directly from the 'Stop?' Decision stage under two conditions:

The specified Stop time has passed: This condition checks if the current local time exceeds the configured stop time. In the provided Decision Properties, the condition LocalTime() > [Stop After Time] evaluates if the current time is beyond the stop time.

'Request Stop' received from Control Room: This condition is checked by the IsStopRequested() function. If the Control Room sends a stop request, this function returns true, causing the process to move to the 'Close Down' page.

Other conditions like Stop After Items and an immediate stop request from the Control Room are not mentioned in the process depicted in the exhibits. Therefore, only the two conditions mentioned above apply.

The Decision stage properties and conditions as shown in the provided exhibit.

Blue Prism documentation on Decision stages and Control Room interactions for stopping processes.

asked 16/09/2024
Jose Alfaro
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first