Base solution for your next web application

Activities of "Bernard"

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.

Sorry , this line was missing

     _optionsAccessor = optionsAccessor;
     

Hi,

after installing elsa 2, I have an issue in Usermanager the
InitializeOptionsAsync(int? tenantId) method failed

Thks

Hi,

Elsa page loads but i have an CSS and JS issue

Console error

Question

Hi, Configureelsa not found

Using elsa v2.14.1 on Web.Mvc project

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

Answer

I found the solution Don't tick the case below

Question

Hi, I am not sure about the domain name parameter for sending emails, is the configuration below correct because it does not work

Hi Thks for answer 🙂

Hi,

Could you tell me please why the nested file min.js is ignored for git :

The problem is when i modified this file it won't upload in Azure devops Repository and i must copy/paste always the main js file into the min.js to make everything work . It seems that the min.js file are called first Should I change git parameters on these files for integrate when sending in azure devops repository? Thks

Showing 1 to 10 of 45 entries