Consider the following process flow:
What is the problem with this flow?
Consider the following process flow:
What is the problem with this flow?
The flow contains a recover stage and a route from it without a resume stage. This will cause internal error on future exceptions thrown in the same session. In a process flow, any recover stage should properly handle exceptions by following up with a resume stage to clear the exception state. Omitting the resume stage results in the process staying in an error state, which can cause issues with future error handling in the session.
A should be the correct answer
vote for E
Who gives the right answer for such questions
vote E.
No option seems to be correct as if Attach stage throws an exception then it is entering into the indefinite loop.
Can't be E there is only one wait stage.
but I think it must have a decision stage before
A is the answer
Correct option is E as two 0.5 sec wait is added and it is not required there.
I think B
ACTUALLY, IT IS A
I can see why B should be the correct answer, because attach stages should be preceded by the conditions "Exists=True" and "IsConnected=False", but claiming that an attach stage should then ALWAYS work is kind of a big claim esp. when the target application is in an instable/not responding state.
A should be the answer
I like A because the Attach action could have an error
A is the correct answer.
attach action should contain dynamic variable for resetting the window title incase of exception.