WorkflowEngine.NET icon indicating copy to clipboard operation
WorkflowEngine.NET copied to clipboard

Customize Menu (Activities and Templates) of WorkflowEngine

Open naourez-zouaoui opened this issue 11 months ago • 1 comments

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. image

image

naourez-zouaoui avatar Mar 15 '24 09:03 naourez-zouaoui

@naourez-zouaoui There are simple steps to do this:

  1. Copy existing Designer templates from https://github.com/optimajet/WorkflowEngine.NET/tree/master/Designer/templates to your folder.
  2. 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).
  3. 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.

optimajet avatar Mar 15 '24 10:03 optimajet