diagram_jump
Link one flow's step to another diagram or step, marking where a branch continues elsewhere. Stored bidirectionally so both diagrams report the jump.
Instructions
Continue one step of a flow into ANOTHER flow, optionally at one of its steps.
Not the same statement as diagram_link: that attaches prose explaining a step, this says the rest of this branch is documented elsewhere. Use it where a routine hands off -- a sub-process, an error path owned by another flow, a variant of the same job.
Leave peer_node empty to arrive at the target diagram as a whole.
Stored once and read from both ends, so the return trip already exists
and get_diagram(format='json') reports it on both diagrams. uid and
node_key are this diagram's side either way, which is also how a jump
is deleted from the receiving end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| label | No | ||
| delete | No | ||
| node_key | Yes | ||
| peer_uid | Yes | ||
| peer_node | No |