Session based (Resolvers)

This category groups value resolvers that directly or indirectly relate to information about the current session or the applicable login context:

The login context of a session is primarily established by an interactive login to the system or the access of an interface via Login API. It always uniquely defines one user or guest user account (see Users/Guest users), one company (see Company accounts) and one role (see Roles). These three features of the login context control the permissions, access, restrictions, preferences that apply in sessions and can dynamically change the appearance and workflows in a 'solution' implemented with Lobster Data Platform / Orchestration depending on configurations such as Association criteria and Event handling all the way down to the details.

The Ausführen als event action can be used in the context of Event handling to temporarily adjust the applicable login context. The User of session, the Role of session or the Company of session (also in combination) can be modified in this way and this is also reflected in the return value of the Session information. However, adjusting the login context does not have exactly the same effect as a genuine switch to another session in all contexts. Corresponding notes in the documentation should be taken into account when designing configurations and the associated Tests.