Workflow Automation Engine

DAG-based orchestration with priority queue, cron scheduling, auto-triggers, and retry logic

5Workflows
7Trigger Types
10Step Executors
5Concurrent
0
Active Workflows
--
Success Rate
--
Avg. Duration
0
Queued

Revenue Workflows

LIVE

Customer Onboarding

Auto-onboard paying customers: Stripe payment, credits, welcome email, Slack alert, GitHub repo, and starter app generation.

StripeEmailSlackGitHubAI Gen
2-3 min 5 steps
LIVE

Full App Pipeline

AI-powered app factory: generate app, AI code review, auto-fix issues, push to GitHub, notify Slack, trigger deploy.

AI GenReviewFixGitHubSlackDeploy
3-5 min 6 steps
LIVE

Affiliate Payout

Automated commission pipeline: calculate earnings, verify $50 threshold, process Stripe payout, send receipt, update leaderboard.

CalculateVerifyPayoutReceiptLeaderboard
30 sec 5 steps
LIVE

Marketplace Publish

Generate apps for sale: AI builds the app, quality review, screenshots, list on marketplace, notify seller with details.

AI GenQA ReviewScreenshotListNotify
3-5 min 5 steps
LIVE

AI Chatbot Deploy

Deploy customer service bots: configure persona, generate 20+ response templates, test conversation flow, deploy endpoint, monitor.

PersonaResponsesTestDeployMonitor
2-3 min 5 steps

Auto-Triggers (Event-Driven)

Workflows fire automatically when events occur. 7 trigger types supported.

Stripe Payment

On payment_intent.succeeded → auto-launch Customer Onboarding

Active

GitHub Push

On push to main → auto-launch Full App Pipeline code review

Active

Slack Command

On /devbot deploy → auto-launch AI Chatbot Deploy

Active

Webhook

On marketplace order → auto-launch Marketplace Publish

Active

Cron Schedule

Daily at midnight → auto-launch Affiliate Payout batch

Active

Manual Trigger

Fire any workflow on-demand from this dashboard or via API

Active

Scheduled Jobs (24/7 Cron)

Recurring workflows running automatically on schedule.

JobWorkflowScheduleLast RunRunsStatus
Affiliate Payouts affiliate-payout 0 0 * * * Daily midnight -- 0 Active
Marketplace Refresh marketplace-publish 0 */6 * * * Every 6 hours -- 0 Active
Chatbot Health Check ai-chatbot-deploy */30 * * * * Every 30 min -- 0 Active
Pipeline Status Report full-app-pipeline 0 9 * * 1-5 Weekdays 9AM -- 0 Active
Onboarding Follow-up customer-onboarding 0 10 * * * Daily 10AM -- 0 Active

Active Workflows

Loading active workflows...

Workflow Steps (DAG)

Payment
Welcome Email
Create Repo
Generate App
Notify

Launch Workflow (Advanced)

Queue Status

PositionWorkflowPriorityQueued AtActions
Queue is empty

Execution History

IDTemplateStatusDurationStartedActions

API Endpoints

MethodEndpointDescription
POST/api/workflows/startStart a workflow from template
GET/api/workflows/templatesList all 10 workflow templates
GET/api/workflows/dashboardAggregated stats dashboard
GET/api/workflows/queueQueue status + cron jobs
GET/api/workflows/:idGet workflow details
POST/api/workflows/triggersCreate event trigger
POST/api/workflows/triggers/fireManually fire a trigger
POST/api/workflows/:id/cancelCancel running workflow
POST/api/workflows/:id/retryRetry failed workflow