Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description Automatically assigns and escalates risk treatment tasks based on severity, organizational unit, and asset class. Removes manual owner assignment steps, ensures consistent routing, spee...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.switch, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Adnan Tariq.
Original n8n.io sourceDescription
Automatically assigns and escalates risk treatment tasks based on severity, organizational unit, and asset class. Removes manual owner-assignment steps, ensures consistent routing, speeds up escalations, and provides a complete audit trail of tasks and status changes.
Who It’s For
Compliance teams preparing audit documentation
GRC consultants managing multiple clients
Internal auditors requiring traceable evidence
How It Works
Trigger manually or on schedule (e.g., daily)
Reads risk register logs from Google Sheets
Applies severity logic to assign owners and due dates
Logs assigned treatment tasks to an “Assigned_Tasks” sheet
Escalates overdue or critical risks within SLA thresholds
Requirements
Gmail or SMTP node for notifications (optional)
Google Sheets connected (OAuth2)
Google Drive connected (OAuth2)
Google Sheet Requirements:
Columns: Risk ID, Severity, Status, Created At
One row per control ID or risk entry
Headers must be in the first row
Sheet must be shared with your n8n service account
File Templates
Risk_Treatment_Register.xlsx
Assigned_Tasks (Google Sheet auto-created via workflow)
Customization Tips
Adjust SLA timelines (High = 3 days, Medium = 7 days, Low = 14 days)
Modify owner mapping per department (CISO, IT Security, Department Head)
Change escalation recipients in the Gmail/SMTP node
Extend workflow to SIEM, Slack, or Teams notifications
Compliance
Ensures audit trail and traceability of risk treatment
Prevents risks being missed or misrouted
Aligns with ISO 27001 A.5.1.1 and NIST CSF ID.RA
Supports audit evidence for PCI DSS, SOCI Act, and ACSC Essential Eight
Setup Instructions
Copy the provided Google Sheet template (Risk_Treatment_Register.xlsx).
Enter your risks with Risk ID, Severity, Status, and Created At.
Connect Google Sheets node using OAuth2.
Connect Gmail/SMTP for escalation emails (optional).
Run manually or schedule daily with a Cron trigger.
Review task allocations in the “Assigned_Tasks” sheet.
Supports
ISO 27001 Information Security
PCI DSS v4.0
NIST CSF / SOCI Act
ACSC Essential Eight
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate risk treatment tasks with Google Sheets for GRC compliance |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | SecOps, Multimodal AI |
| Author | Adnan Tariq |
| Published | 26 Aug 2025 |
Use the JSON export at /data/workflows/7858/7858.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description Automatically assigns and escalates risk treatment tasks based on severity, organizational unit, and asset class. Removes manual owner assignment steps, ensures consistent routing, spee...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps, Multimodal AI use case.