The Returns On flow supports any of the termination actions for exit states (normal, rollback, abort) and any of the exit state message types (none, informational, warning, error). Exit state messages associated with server procedures return to the client component and are displayed. One exception to this is if you specify a message type of none and specify a message text. The message is not returned for a message type of none that has message text.
Only data or a command may be passed along a flow. The value of the exit state cannot be tested by the client procedure logic.
Exit states that cause a flow for Returns On are optional. If not used, flow returns to the client procedure when the server procedure completes execution. This is no different from the behavior of any procedure.
The flow property should be set to Execute First on return. This ensures that the client procedure is always executed again to interpret the result of the server procedure execution.
|
Copyright © 2013 CA.
All rights reserved.
|
|