Automated Task Generation from Blueprints with Baserow & Weekend-Aware Scheduling — n8n Workflow

Mittel Komplexität🔗 Webhook9 Knoten🏷️ Project Managementvon Frederik Duchi

Übersicht

This n8n template demonstrates how to automatically create tasks (or in general, records) in Baserow based on template or blueprint tables. The first blueprint table is the master table that holds the general information about the template. For example: a standard procedure to handle incidents. The second table is the details table that holds multiple records for the template. Each record in that table is a specific task that needs to be assigned to someone with a certain deadline.

This makes

Verwendete Knoten

HTTP RequestBaserowCode

Workflow-Vorschau

This n8n template demonstrates how to automat
Trigger task creation
The following information must be passed in the body of
```json
{
"assignee_id": integer,
"template_id": integer,
Configure settings and ids
* API host: the path to the API of your instance. This
* Token: a token you need to generate for the database.
Generate tasks in batch
A
Aggregate tasks for insert
E
Error response
Get all template steps
T
Trigger task creation
Avoid scheduling during …
C
Calculate deadlines for …
C
Configure settings and ids
S
Success response
9 nodes8 edges

So funktioniert es

  1. 1

    Auslöser

    Der Workflow startet mit einem webhook-Auslöser.

  2. 2

    Verarbeitung

    Die Daten fließen durch 9 Knoten, connecting aggregate, baserow, code.

  3. 3

    Ausgabe

    Der Workflow schließt seine Automatisierung ab und liefert das Ergebnis an das konfigurierte Ziel.

Knotendetails (9)

HT

HTTP Request

httpRequest

#1
BA

Baserow

baserow

#2
CO

Code

code

#3

So importieren Sie diesen Workflow

  1. 1Klicken Sie rechts auf die Schaltfläche JSON herunterladen, um die Workflow-Datei zu speichern.
  2. 2Öffnen Sie Ihre n8n-Instanz. Gehen Sie zu Workflows → Neu → Aus Datei importieren.
  3. 3Wählen Sie die heruntergeladene Datei automated-task-generation-from-blueprints-with-baserow-weekend-aware-scheduling und klicken Sie auf Importieren.
  4. 4Richten Sie Anmeldedaten für jeden Dienstknoten ein (API-Schlüssel, OAuth usw.).
  5. 5Klicken Sie auf Workflow testen, um zu überprüfen, ob alles funktioniert, und aktivieren Sie es dann.

Oder direkt in n8n → Aus JSON importieren einfügen:

{ "name": "Automated Task Generation from Blueprints with Baserow & Weekend-Aware Scheduling", "nodes": [...], ...}

Integrationen

aggregatebaserowcodehttprequestrespondtowebhooksetwebhook

Diesen Workflow holen

Herunterladen und mit einem Klick importieren

JSON herunterladenAuf n8n.io ansehen
Knoten9
Komplexitätmedium
Auslöserwebhook

Erstellt von

Frederik Duchi

Frederik Duchi

@frederikdc

Tags

aggregatebaserowcodehttprequestrespondtowebhooksetwebhook

Neu bei n8n?

n8n ist ein kostenloses Open-Source-Workflow-Automatisierungstool. Selbst hosten oder die Cloud-Version nutzen.

n8n kostenlos holen →