# WorkflowEdge

Type: object

## Properties

- `id` (string, required)
- `source` (string, required)
- `target` (string, required)
- `sourceHandle` (string, optional)
- `value` (string, optional) - Match value within a sourceHandle (e.g. action button value for send_rich_message)
- `targetHandle` (string, optional)
- `data` (object, optional) - Custom edge data (e.g. jump markers, labels)

