0
Bernard created
Hi,
I wanted to know if you knew if it is possible to integrate Elsa 2 with our own interface and form
the idea is to allow each tenant to inject parameters into workflows already created
thanks in advance
4 Answer(s)
-
0
Hi @Bernard
You can take a look at this document https://aspnetzero.com/blog/integrating-elsa-with-asp.net-zero. For other cases, you can check Elsa's documentation.
-
0
-
0
Hi,
Could you check if you have this file in your project ? If not, you can copy it from Elsa's source code.
-
0
Hi Ismail,
The solution here https://support.aspnetzero.com/QA/Questions/10352/Elsa-2-Integration-with-AspNetZero-103 works fine
- Run yarn add @elsa-workflows/elsa-workflows-studio into solution root
- Run yarn add @elsa-workflows/elsa-workflow-designer into solution root
- Run yarn add monaco-editor into solution root
- Go to node_modules created folder for yarn and copy 3 distribution folders
- Then create a Elsa folder into wwwroot and paste 3 copied foldres from node_modules
- Modify _Host: href="/Elsa/elsa-workflows-studio/assets/images/favicon-32x32.png" href="/Elsa/elsa-workflows-studio/assets/images/favicon-16x16.png" href="/Elsa/elsa-workflows-studio/assets/fonts/inter/inter.css" href="/Elsa/elsa-workflows-studio/elsa-workflows-studio.css" src="/Elsa/monaco-editor/min/vs/loader.js" src="/Elsa/elsa-workflows-studio/elsa-workflows-studio.esm.js" monaco-lib-path="Elsa/monaco-editor/min"
Another solution is to add the cdn live link
I think you should update your documentation to follow this process.