Skip to main content

Create a link

Use this API to create a link between nodes in the flow

Path Parameters
flowId string REQUIRED
Request Body REQUIRED
kind string

Link type — one of TEMPORAL or ACTION.

sourceItemId string

itemId of the source node the link originates from.

destItemId string

itemId of the destination node the link points to.

sourcePortId string

Optional source port id on the source node.

destPortId string

Optional destination port id on the destination node.

threadSegmentId string

Optional thread segment id the link belongs to.

Responses
200

OK

Schema OPTIONAL
object