FlowMint Workflows
Async workflow runtime that orchestrates form submissions and recurring schedules through configurable pipelines (Drive, Printavo, Email, HTTP, FE retention, etc.). Companion plugin to Promptless Forms.
by FlowMint · github.com/breonwilliams/flowmint-workflows · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/breonwilliams/flowmint-workflows/releases/download/v0.7.0/flowmint-workflows.zipReadme
FlowMint Workflows
Async workflow runtime for WordPress. Companion to Form Runtime Engine.
Status: v0.6.0-rc1 — scheduled triggers landing. See CHANGELOG.md for the release notes and docs/ROADMAP.md for the longer-term build plan.
What it does
Triggered by either a FormEngine submission OR a recurring schedule (hourly / twicedaily / daily / weekly), runs configurable multi-step pipelines:
- Upload files to Google Drive
- Create Printavo Quotes / Invoices
- Send customer acknowledgment emails
- Hit external APIs (HTTP/webhooks)
- Bulk-query and delete FormEngine entries (retention sweeps — new in v0.6.0)
- Conditional branching, retries, error handling
- All async via Action Scheduler
See docs/SCHEDULED_WORKFLOWS.md for the scheduled-trigger guide.
Workflow definitions are JSON, stored in the WordPress database, created via REST API or MCP tools. No client-facing UI — operated by the FlowMint team.
Why this exists
Replaces external orchestrators (Zapier, Make.com) for FlowMint client workflows. Benefits:
- No recurring SaaS cost. Workflows live in the client's own WordPress install.
- AI-friendly. Workflows are JSON, created via natural language through Claude + MCP.
- No vendor lock-in. All logic owned by FlowMint, version-controlled, portable.
- Fast to iterate. Adding a new field to a workflow = one DB update, not a UI session.
Documentation
See CLAUDE.md (top-level) and docs/ for full reference. The roadmap is in docs/ROADMAP.md.
License
GPL-2.0-or-later. Source code is internal to FlowMint LLC. Distribution decisions deferred until v1.0 ships.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.7.0 | Sep 3, 2026 | flowmint-workflows.zip | 3 |
| v0.6.8 | Aug 13, 2026 | flowmint-workflows.zip | 3 |
| v0.6.7 | Jul 23, 2026 | flowmint-workflows.zip | 1 |
| v0.6.6 | Jul 11, 2026 | flowmint-workflows.zip | 1 |
| v0.6.5 | Jul 6, 2026 | flowmint-workflows.zip | 2 |
| v0.6.4 | Jun 2, 2026 | flowmint-workflows.zip | 4 |
| v0.6.3 | Jun 2, 2026 | flowmint-workflows.zip | 0 |
| v0.6.2 | Jun 2, 2026 | flowmint-workflows.zip | 2 |
| v0.6.1 | May 17, 2026 | flowmint-workflows.zip | 3 |
| v0.6.0 | May 15, 2026 | flowmint-workflows.zip | 0 |
| v0.5.0 | May 11, 2026 | flowmint-workflows.zip | 1 |