This example shows how to build a product-style call-routing editor on top of Foblex Flow. It combines a left-side node palette, draggable workflow steps, editable node forms, connection creation and reassignment, and viewport tools into a focused IVR and contact-center flow builder.
f-flow and f-canvas as the workflow surface.fZoom for viewport scaling and pan.fExternalItem and fCreateNode for palette-driven node creation.fNode, fNodeInput, and fNodeOutput for call-flow steps and connectors.fConnection with segmented routing and fConnectionMarkerArrow for directional links.fConnectionForCreate for drag-to-connect interaction.fMoveNodes, fCreateConnection, fReassignConnection, and fSelectionChange events for synchronizing editor state.fBackground, fCirclePattern, fLineAlignment, fSelectionArea, and fMinimap for canvas usability.This is the most workflow-builder-oriented reference app in the repo. It shows how Foblex Flow fits business-process editors where the canvas is only one part of the product and each node can expose richer form-driven configuration instead of being a static diagram box.