Blue Prism Certified Developer (AD01) — Question 83
An Action called ‘Get Customer Address’ fails immediately and the following Exception is raised:
Internal: Stage Address Type does not exist
What is the potential reason for this Exception?
Answer options
- A. An Action stage with the name ‘Address Type’ is being referenced but it no longer exists
- B. An internal error always indicates a problem with the Blue Prism product. The Blue Prism support team should be contacted for assistance
- C. A data item referenced as an input parameter in the ‘Get Customer Address’ Action cannot be found
- D. Whilst debugging a Process in Process Studio, the ‘Reset’ button was pressed whilst the process was calling the ‘Get Customer Address’ action
Correct answer: C
Explanation
The correct answer is C because it indicates that a required data item is not available for the Action, leading to the Exception. Option A is incorrect because it refers to a non-existent Action stage instead of a missing data item. Option B is misleading as it suggests a Blue Prism system issue rather than a specific data item problem. Option D is irrelevant since pressing ‘Reset’ would not typically impact the existence of data items referenced in the Action.