Skip to content

GoCodeAlone/workflow-plugin-admin

Repository files navigation

workflow-plugin-admin

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:

make ui

Plugin SDK

This plugin follows the workflow external plugin SDK pattern. It implements PluginProvider and ConfigProvider.

About

Admin dashboard plugin for the GoCodeAlone/workflow engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •