Persisted variables

This activity retrieves, sets or deletes a persisted variable. This can be used to store a variable that should exist across multiple Workflow sessions.

Table 1. Persisted variables action - Inputs
Parameters Description

Method

The HTTP action to execute (GET, POST, or DELETE).

Table 2. Persisted variables action - Throughputs
Parameters Description

Records

If the Method is set to POST, represents the values to be set for the variable. If the Method is set to GET, this represents the values retrieved for the variable.

Table 3. Persisted variables action - Outputs
Parameters Description

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).

StatusCode

HTTP status code returned from the request.