EXECUTION LOG
NODE INSPECTOR
⬡
Click a node to inspect
| Layer | Purpose | Implementation Example |
|---|---|---|
| Trigger Layer | Start workflows from business events. | Webhook, email trigger, scheduled scan, form submission. |
| System Integration | Read and write business data. | ERP APIs, supplier database, contract repository, document storage. |
| AI Decision Layer | Analyze context and return structured outputs. | Risk score, exception type, recommended action, clause flags. |
| Governance | Make workflows maintainable and safe. | Owner, naming convention, logs, error handling, approval routing. |
| Output Layer | Complete the process and notify users. | ERP status update, Teams notification, email summary, audit record. |
| Before Automation | After Workflow Deployment |
|---|---|
| Manual intake through email or forms. | Webhook/form trigger starts workflow automatically. |
| Manual ERP lookup and document checking. | API node pulls supplier records and required data. |
| Risk review depends on individual judgement. | AI risk layer generates structured score and recommendation. |
| Status updates and notifications done manually. | ERP update and Teams/email notification generated automatically. |
| No consistent audit trail. | Execution log and structured output create traceability. |
| Business Question | Automation Logic |
|---|---|
| What starts the process? | Trigger node: form, email, schedule, or webhook. |
| What data is required? | HTTP/API node fetches ERP or document data. |
| What decision is needed? | AI node classifies, scores, or reviews. |
| Who needs to act? | Logic node routes based on risk, severity, or confidence. |
| How do we close the loop? | Output node updates system and notifies stakeholders. |
| Phase | Action | Output |
|---|---|---|
| Week 1 | Process discovery, system access review, use-case prioritization. | Automation backlog + quick-win shortlist. |
| Week 2 | Build first workflow prototype in n8n. | Working workflow with sample or approved test data. |
| Week 3 | Add AI decision layer, error handling, and routing. | Structured output + governance checks. |
| Week 4 | User testing, documentation, and handover training. | Deployable workflow + SOP + training session. |
| Enablement Item | Delivered Artifact |
|---|---|
| Workflow walkthrough | Live demo + explanation of every node. |
| Standard work | Naming, ownership, error-handling, and documentation rules. |
| Reusable templates | Trigger, API, AI review, routing, and notification patterns. |
| Ambassador training | Hands-on workshop where users build their first workflow. |