Projects/HR Workflow DesignerLIVE

Interactive console — test the DFS graph validation engine. Toggle between a valid DAG and a broken cyclic graph to see cycle detection in action.

HR WORKFLOW DESIGNER

HR Workflow Designer

A React Flow canvas builder that lets HR admins place steps, connect them, configure each step, and run the workflow through a mock simulation. Features client-side validation for missing links, invalid Start/End placement, and cycles.

System Context: A deterministic backend engine that ingests complex adjacency lists and executes Depth-First Search (DFS) algorithms to detect infinite data cycles and invalid state placements.

Adjacency List (JSON)
Validation Result
Click Dispatch Job to run the DFS traversal algorithm on the queue.
Toggle “Broken Graph” to test cycle detection.
Awaiting background worker events...