Use of exit task in designer

Use of exit task in designer.

4 Likes

When this task executes, the mobile app user exits the app. The difference between the Logout task and the Exit task is that after the Logout task executes, the user logs out the app and needs to log in to the mobile app to access it again.

Check the documentation below:
https://academy.vahanacloud.com/design/exit/

2 Likes

Hi @tushar.jain
when exit task execute, user is only exits the app and not need to login again?

3 Likes

In vDesigner, To use the application user must be logged in. If he exits the app after coming back user need to relogin again via entering the password. Application will show his username by default but the password or fingerprint authentication will be required again.

1 Like

This means exits and logout task functionality are the same.

2 Likes

@Ritik_Jain Exit task is used to exit/logout of the app and after coming back on the app he must have to login again by otp/screen lock

2 Likes

Exit app task doesn’t call any logout api, as it does not kill session from server. Logout task triggers an api call to server to kill the session.
Second difference is, Logout will kill the session and take the user on login page of application. Exit app will close the application.

3 Likes