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.
The correct response is:
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.
Explanation:
In the given flow, the retry loop includes a Resume stage after the 'Search Screen' action. However, there is no indication of any navigation or actions taken after the Resume stage to reset the application's state or prepare it for another attempt of the 'Search Screen' -> 'Perform Search' action. Without proper navigation or actions to reset the application, subsequent retries might not yield the desired outcome.
The retry loop should include steps to ensure that the application is back in the correct state for the 'Search Screen' -> 'Perform Search' action. This could involve navigating back to a starting point, resetting data, validating conditions, or any other actions required to prepare for another attempt. This would make the retry loop more effective and increase the chances of success in subsequent retries.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
sogoku_ichi_2907
Highly Voted 2 years, 6 months agoonyeisi
Most Recent 3 months, 3 weeks agoLH1213
7 months, 1 week agokrrish0
2 years, 8 months agoZerohash
2 years, 8 months ago