External plugin for the workflow engine that provides the admin dashboard UI and config-driven admin routes.
- 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
make buildmake install DESTDIR=/path/to/workflowThe plugin binary and assets are installed to DESTDIR/data/plugins/workflow-plugin-admin/.
The ui_dist/ directory contains the built admin UI. To rebuild from source:
make uiThis plugin follows the workflow external plugin SDK pattern. It implements PluginProvider and ConfigProvider.