⚠️ Experimental — This plugin compiles and passes its unit tests but has not been validated in any active GoCodeAlone-internal production deployment. Use with caution. Please open an issue if you adopt it so we can promote it to verified status.
External plugin for the workflow engine that provides the admin dashboard UI and config-driven admin routes.
What it does
Injects admin modules (HTTP server, JWT auth, SQLite, static file server) into the host engine config via ConfigProvider
Embeds the admin UI assets and extracts them on startup
Does not provide custom module types — all admin modules are native host types
Build
make build
Install
make install DESTDIR=/path/to/workflow
The plugin binary and assets are installed to DESTDIR/data/plugins/workflow-plugin-admin/.
UI assets
The ui_dist/ directory contains the built admin UI. To rebuild from source: