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.
As per the process template the resume there should be another action or page after the resume stage.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit