109 questions
Score of 0
1 answer
147 views
Elsa 3.5 â Custom blocking activity never resumes even after sending stimulus
Iâm trying to create a dynamic blocking activity in Elsa 3.5.
The activity appears correctly in the designer, and when I run the workflow, it reaches my custom blocking activity, creates a bookmark, ...
Score of 1
1 answer
280 views
How do I implement a Cron based trigger?
I'm using Elsa Workflows 3 for a project, and there are four types of triggers (source):
HTTP Endpoint: triggers the workflow when a given HTTP request is sent to the workflow server.
Timer: triggers ...
Score of 1
1 answer
269 views
How do I implement an Event based trigger?
I'm using Elsa Workflows 3 for a project, and there are four types of triggers (source):
HTTP Endpoint: triggers the workflow when a given HTTP request is sent to the workflow server.
Timer: triggers ...
Score of 1
1 answer
538 views
Elsa Workflows 3 configuration for Entity Framework Core with SQL Server
The following entries where made in the Program.cs file following the Elsa Workflows instructions:
// Configure Management layer to use EF Core.
elsa.UseWorkflowManagement(management => management....
Score of 1
0 answers
186 views
Elsa workflow API cannot be setup for multitenancy
I am trying to setup the multi tenancy for Elsa API within an a large existing webapi application.
I Followed instructions (https://docs.elsaworkflows.io/multitenancy/setup), but the most crucial part ...
Score of 0
1 answer
297 views
Custom API for Fetching Activity List in Elsa Workflow V3
I want to customize the list of activities returned by the Elsa API since each user should see different activities based on their permissions or context.
Is this feasible?
The API I want to customize:...
Score of 1
0 answers
145 views
Elsa.Webhooks.Extensions missing in any library older than 3.0.0
I'm trying to run the example apps laid out in the documentation, but if I try to use any Elsa library newer than version 3.0.0, I get a build error stating Elsa.Webhooks.Extensions is missing. What ...
Score of 0
0 answers
583 views
Integrating Elsa 3.0 Server into our ASP .NET core web server with it's own existing Auth
We're looking at implementing Elsa 3.0 into our asp.net core web server that currently uses wasm as the client. It's all currently setup with if it's own identity combined with OpenID etc. Im just ...
Score of 0
0 answers
589 views
Elsa Workflow Studio use variables in expressions
i am currently trying to implement workflows with elsa version 3 using the elsa studio.
I created a variable in the workflow that has a type string and a default value. Later a want to set the ...
Score of 1
1 answer
1019 views
How to implement an sample with Using ELSA with .net 8.0
I'm just learning ELSA. I'm analysing its documents. I found a example it is name is "Hello World HTTP"
I implemented that sample. But I couldn't take any result.
I can compile this project. ...
Score of 0
0 answers
119 views
MongoDB: Bulk Write Operation Error with '$type' Field in Elsa 3.0 Workflows
Description:
I encountered an issue when trying to run a workflow using MongoDB for persistence in my Elsa project. The error does not occur when using SQLite. Below are the details of my setup and ...
Score of 0
0 answers
69 views
ELSA Workflow Routing Conflicts with nopCommerce Routing
I'm facing a problem with routing conflicts while registering Elsa server and Elsa HTTP endpoint with NopCommerce.
I have registered everything, and all is good except for the HTTP endpoints. By ...
Score of 0
1 answer
857 views
Alter Login Auth in Elsa Studio
I'm trying to change the default authentication of Elsa Studio WASM, but I'm not finding a way to implement authentication using JWT, to replace the application's default login which is: login:...
Score of 1
1 answer
224 views
How do I fix the SwitchCase expression serialization error in Elsa3 workflows?
I'm working with Elsa 3 (latest and greatest) workflows and trying to define a Switch activity with cases that include conditions. However, I'm encountering the following error:
System....
Score of 2
1 answer
674 views
Does Elsa V3 Support State Machines?
I'm exploring Elsa V3 for document approval workflows in my application. The process involves various stages like draft approval, customer review, and legal team approval.
In this scenario, the ...