Session Read | SESSION_READ

Loads data from the temporary key store.

Properties

Key Namespace
namespace

When reading data from the session storage this is the key that is used to lookup the data in the session storage.

outKey

The key that will contain the data retrieved from the session read action.

Fields
fields

A set of records that are used to define process data keys that are to be included when executing various actions.

Field Key
fields[].key

Where to find or set the data in the process data. Uses dot notation conventions.

Value ${}
fields[].value

The value to set in the process data. Accepts template syntax.