Skip to main content

Node In and Node Out

Node In and Node Out objects are used to improve the visual clarity of the flow design screen by simplifying complex connection paths.

NodeIn&NodeOut

Node In and Node Out Objects

Node In and Node Out objects are used to reduce visual complexity when designing workflows. In cases where connection lines cross over multiple objects or each other, these objects help organize and clarify the visual structure of the flow.

These objects work as a pair:

  • The flow is routed to a Node Out object.
  • Then it continues from the corresponding Node In object.
  • This makes it easier to read and follow complex workflows without overlapping lines.

Use Case

When there's a need to jump from one section of the flow to another—especially across long distances or cluttered areas—Node In and Node Out can be used to create a clean transition.

They act like labeled shortcuts that maintain logical flow while improving visual design.

How to Use

  1. Drag a Node Out object from the Toolbox panel and place it on the flow designer.
  2. Then drag a Node In object to where the flow should continue.
  3. Connecting the flow to the Node Out will automatically lead it to the associated Node In.

Properties Panel

When either object is selected, the Property Viewer panel shows their settings:

1. Appearance Tab

  • Object Name: Internal system identifier of the object.
  • Caption: The title shown in the UI.
  • Is Lock: Prevents the object from being moved during design.
  • Size: Width and height of the object.

2. Properties Tab

  • Used to define matching identifiers or labels so that Node In and Node Out are linked correctly.

3. Events Tab

  • These objects typically do not use events since their purpose is purely visual redirection. No code is usually required.