KV operator

Prev Next

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:

  1. Drag and drop the KV operator onto the workflow canvas.

  2. Click the operator to open the properties pane.

  3. In the Name field, enter a descriptive name for the key-value operator.

  4. In the Description field, add details about the key-value storage.

  5. To add key-value pairs, click + Item.

  6. Enter the required key and value for the new pair.

  7. Repeat steps 5 and 6 as needed to define all required pairs.

  8. Click Save.