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.
| Parameters | Description |
|---|---|
|
Method |
The HTTP action to execute (GET, POST, or DELETE). |
| 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. |
| Parameters | Description |
|---|---|
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
|
StatusCode |
HTTP status code returned from the request. |
↑