How the session should be managed for a Task operating in a Session Pooling environment.
This property manages the action on a normal completion of the task (no errors occurred).
Value |
Meaning |
Return Session To Pool
(default) |
Navigation logic will return the session to the defined Home screen and the session will be returned to the pool to be available for a subsequent request. |
Preserve Session State |
The session screen will remain in place. The active SessionKey will be returned in the task Info object, so that a subsequent call can reconnect to the session and resume with the active screen. |