CBSE BOARD XII, asked by raj04540, 1 year ago

What is True about Wait Stage?

A.An exception at the Timeout stage will alert the Process to an error that has happened.

B.A Wait stage will take the path of the first True condition or, if the timeout elapses, the action can proceed to carry out further actions or as noted previously to throw an Exception as something has not happened as expected.

C.A Wait stage can exist without any condition and the timeout can be used as a pause.

D. All the options

Answers

Answered by fiyana
3
I think the option is d..

fiyana: okhh
fiyana: bye
fiyana: ha bye
fiyana: bye
Answered by deepika9152
14
WAIT 

The wait stage used to enable a business object to pause and wait for an application element This allows a business object  to deal with potentially erratic application performance .  There are different element conditions  to wait for but the most common is simply to wait for the element to exists. 

HROTTLE

• A wait stage without any wait condition can be used to create pause and a data item can be used to control the length of the timeout.

• Using this arrangement it is possible to create a throttle by placing wait stages controlled by a global data items at key positions in a business objects . Typically this could simply be done by starting every page with throttled wait stage.

• The throttled global data item can be used to manipulate the pace of a business object . To test its effect on a target application , a business object can be tested with a tight throttle that restricts it to the same pace as a human users . As testing progresses the throttle can be  releases until an ideal speed is found. If the throttle is set to zero the timeout will be instant and there will be no pause. 

Similar questions