prepare("INSERT INTO workflows (name, trigger_event) VALUES (?, ?)"); $stmt->execute([$name, $trigger]); $newWorkflowId = $pdo->lastInsertId(); header("Location: workflow_actions.php?id=" . $newWorkflowId); exit; } } } // Fetch workflows from the database $stmt = $pdo->query("SELECT * FROM workflows ORDER BY created_at DESC"); $workflows = $stmt->fetchAll(); ?>
Click any workflow to view and edit its actions
Automatically captures, enriches, and routes new candidates.
Automates calendar checks and interview coordination.
Creates and tracks onboarding tasks for new hires.
Trigger: