wasParked session variable
To check on the application whether the application was previously saved temporarily, we add to the session variables wasParked (this variable is set automatically by the platform when the application is resumed):

How it works wasParked
The following label has been added to the application:

Using it as an example, you can see how the variable value works wasParked.
On the first entry to the application, the variable wasParked is empty:


After saving the application and entering it again, you can see that the variable has been automatically filled in:

How to use the variable wasParked?
A label has been added to the application:

Visibility condition set on this label:
On the first entry to the application, it is not visible:

However, when the application is saved, the label appears upon re-entry:

Session change wasParked, and services
The operation of a service can also depend on the state of the variable wasParked. To make this happen, remember to add an invocation condition:

After attaching the label and on the first entry to the application, the service is not called:

After saving the application and re-entering it:

Last updated
Was this helpful?
