elsa-guides icon indicating copy to clipboard operation
elsa-guides copied to clipboard

A collection of example projects referred to by the Elsa Workflow Guides

Results 20 elsa-guides issues
Sort by recently updated
recently updated
newest added

In Cron activity there is a check for the first pass. And if it is a the first pass elsa doesnt execute the cron activity as planned, what is the...

1. Clone guides 2. open DocumentManagement in VisualStudio 3. Run Project 4. Upload Leave Request 5. Click "Approve" on email ![image](https://user-images.githubusercontent.com/2934507/158498070-6d8856fc-3100-40d9-b3d2-8e0fd7b24f53.png)

[Web Project with .NET6] [Elsa 2.8.2] I tried the Document Approval tutorial and the reminder mail is continuously sent even if I click on the Activate or Reject link. I...

![image](https://user-images.githubusercontent.com/69419754/165215088-2cbc7b55-8878-4d8e-bbfd-bf8d2ae8f663.png) Can not build the solution. the error is shown like the image i attached. what should i do to run this project?

Clone elsa-guides, try and open ElsaGuides.BlockingActivities/ElsaGuides.BlockingActivities.sln Notice it tries to load Elsa core libs: ![image](https://user-images.githubusercontent.com/2934507/161285395-e0f7befd-a0b6-4f3b-9afb-b76e92306cab.png) ![image](https://user-images.githubusercontent.com/2934507/161285488-4482865a-ba4b-4340-ad00-80c02683aa67.png) The fix would be to reference Elsa nuget packages, or move guides into elsa...

Hello. Current elsa-guides uses version 2.4.0-preview.493 of Elsa libraries. When I try to upgrade it to 2.5.0 I got an error on DocumentManagement.Workflows.Handlers.StartDocumentWorkflows, line 31. Current version contains: ``` //...

When execute UpdateBlockchain Activity on Identify Verification Workflow, an error occurred, ![image](https://user-images.githubusercontent.com/8469179/154429307-36c06873-171b-4db3-824a-a9b5562b5070.png) The FileStream cannot work with Newtonsoft.Json in the background task. The UpdateBlockchain activity was as follow: ![image](https://user-images.githubusercontent.com/8469179/154430018-a1911ed4-843d-4eaa-ac3b-427cba960a1a.png)

I was investigating the a problem and couldn't find it in the guides so I came up with this solution and thought that it could be a topic under guides....

This solution is unable to build after I downloading the full code and even fix the path references, some issues about unknown classes such as "CollectWorkflowsContext" are obvious out of...

Good morning, I noticed there is a nice feature that allows you to run recurring tasks via `Timer` or `Cron` activity. I am wondering is there a chance to dynamically...