Create a link
Use this API to create a link between nodes in the flow
| Path Parameters |
|---|
flowId string — REQUIRED |
| Request Body — REQUIRED |
|---|
kind stringLink type — one of TEMPORAL or ACTION. |
sourceItemId stringitemId of the source node the link originates from. |
destItemId stringitemId of the destination node the link points to. |
sourcePortId stringOptional source port id on the source node. |
destPortId stringOptional destination port id on the destination node. |
threadSegmentId stringOptional thread segment id the link belongs to. |
| Responses | ||
|---|---|---|
200OK
|