WorkflowEngine.NET
WorkflowEngine.NET copied to clipboard
Customize Menu (Activities and Templates) of WorkflowEngine
Hello,
I was wondering how to remove some Activities and Template for the existing one the default menu as you can see in below picture.
@naourez-zouaoui There are simple steps to do this:
- Copy existing Designer templates from https://github.com/optimajet/WorkflowEngine.NET/tree/master/Designer/templates to your folder.
- Set the Designer
templatefolder
property - it should point to the folder with your templates from step 1 (see example in this guide - https://workflowengine.io/documentation/react-integration-from-scratch#adding-designer-component). - Fix the
elements.html
template (https://github.com/optimajet/WorkflowEngine.NET/blob/master/Designer/templates/elements.html#L7, https://github.com/optimajet/WorkflowEngine.NET/blob/master/Designer/templates/elements.html#L24).
By changing the designer templates you can almost completely change the appearance of the product.