The KV operator allows a workflow to store and retrieve persistent data in the form of key-value pairs. This is essential for maintaining state or storing reusable configuration settings within an execution context.
Perform these steps to configure the KV operator in your workflow:
Drag and drop the KV operator onto the workflow canvas.
Click the operator to open the properties pane.
In the Name field, enter a descriptive name for the key-value operator.
In the Description field, add details about the key-value storage.
To add key-value pairs, click + Item.
Enter the required key and value for the new pair.
Repeat steps 5 and 6 as needed to define all required pairs.
Click Save.