Consider the following process flow from a sub-page of a process: What is wrong with the flow shown in the image?
Posted: Fri Jul 22, 2022 11:28 am
Consider the following process flow from a sub-page of a process:
What is wrong with the flow shown in the image?
A. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
B. The resume stage must also be within the exception block
C. The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the "˜Search Screen "" Perform Search' action again.
D. The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.
What is wrong with the flow shown in the image?
A. Sub-pages should not have retry logic, exception handling should be in the object level rather than in the process.
B. The resume stage must also be within the exception block
C. The retry loop logic does not include any navigation after the resume stage to ensure the application is ready to try the "˜Search Screen "" Perform Search' action again.
D. The retry loop logic shown in the image is incorrect because it uses multiple action stages. There should be a retry loop around every action.