Back to modules list
Feature Detail: workflow-builder

Workflow Automation Scheduler

An automation pipeline builder. Map custom triggers (schedules, audits, content approvals) directly to actions like content creation.

Technical Implementation

Integrates with our local DB schema. Workflow runs are logged inside `WorkflowRun` collections. Clicking 'Trigger Run' runs a server-side simulator that writes logs and outputs mock assets directly.

Execution Flow

Define trigger (e.g. Weekly schedule, New SEO Audit)
Configure trigger condition blocks
Select marketing actions (Generate social post, etc.)
Save workflow and monitor live logs console

Tech Stack Layer

Local Cron simulation schedulersAction dispatcher nodesWorkflow Run logging system

This module operates in full mock simulation mode unless credentials exist in settings.