Base solution for your next web application
Open Closed

Custom integrate forms for Elsa 2 #11994


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    Bernard created

    Hi,

    Elsa page loads but i have an CSS and JS issue

    Console error

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Could you check if you have this file in your project ? If not, you can copy it from Elsa's source code.

  • User Avatar
    0
    Bernard created

    Hi Ismail,

    The solution here https://support.aspnetzero.com/QA/Questions/10352/Elsa-2-Integration-with-AspNetZero-103 works fine

    1. Run yarn add @elsa-workflows/elsa-workflows-studio into solution root
    2. Run yarn add @elsa-workflows/elsa-workflow-designer into solution root
    3. Run yarn add monaco-editor into solution root
    4. Go to node_modules created folder for yarn and copy 3 distribution folders
    5. Then create a Elsa folder into wwwroot and paste 3 copied foldres from node_modules
    6. 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.