Other
Set state
Stores a value in the Agent’s state. Use to remember data across steps.
Fields
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
State element | Text | - | - | The name of the state element. If set to ‘my_var’ the value will be available at @ when using as part of a template. | - | - |
Value type | Text | - | text | - |
| - |
Value | Text | Textarea | - | - | - | - |
End states
Below are the possible end states of the block call.
Name | Field | Type | Description |
---|---|---|---|
Success | - | success | If the function doesn’t raise an Exception. |
Error | - | error | If the function raises an Exception. |