Volto Workflow Manager is a visual workflow editor for Plone.
It lets you create, manage, and edit workflows inside the Volto UI using a simple graph-based interface.
This package is a Volto add-on. To install it in your Volto project:
-
Add
workflow-managerto your project'spackage.json:{ "addons": ["workflow-manager"] } -
Install dependencies:
pnpm install
-
Start the Volto development server:
pnpm start
- Open the Control Panel and select Workflow Manager.
- Create a new workflow if one does not exist.
- Add states and transitions using the graph interface.
- Edit state and transition details from the sidebar.
- Assign permissions and roles as needed.
- Save changes using the Volto toolbar.
If you want to contribute or customize the add-on locally:
- Clone the repository:
git clone https://github.com/Manas-Kenge/workflow-manager.git
cd workflow-manager- Install dependencies for both Backend and Frontend:
make install- Start the Backend (Plone) at http://localhost:8080/:
make backend-start- In a new terminal, start the Frontend (Volto) at http://localhost:3000/:
make frontend-startYour Plone development environment is now live!
This project is licensed under the MIT License.