This section documents the active automation workflows running on the Maven Lane infrastructure. Each page below details the data sources, transformation logic, and scheduling for a specific pipeline.

Active Workflows

WorkflowSourceDestinationFrequency
Sync Acumatica Inventory To Google SheetsAcumaticaGoogle SheetsDaily (00:00)
Sync Plytix Product Data To Google SheetsPlytix PIMGoogle SheetsWeekly (Mon 02:00)
Generate Forecast Per SKUGoogle Sheets (Multiple Files)Google SheetsDaily (00:20)

Quick Access


How to Document a New Flow

When adding a new workflow to this repository, please strictly adhere to the Standard Documentation Template.

  1. Create a new file in this folder with a descriptive name (e.g., Sync Shopify Orders to Acumatica).
  2. Copy the template below.
  3. Fill in the sections, specifically focusing on the Business Purpose of the filters.

📄 Documentation Template

[Open workflow in n8n][n8n workflow URL]
 
---
## Executive Summary
(A few sentences explaining what this does and why it exists.)
 
> [!INFO]
> 
> `Source` -> `n8n` -> `Destination`  
> Trigger: `Schedule`
 
---
## Data Source
*Source: System Name*
 
#### Executive Summary
...
 
---
## Data Manipulation (n8n Workflow)
 
#### Executive Summary
...
 
---
## Data Destination
*Source: System Name*
 
#### Executive Summary
...
 
---
## Links
...