Commit graph

387 commits

Author SHA1 Message Date
Sipke Schoorstra 2be7dffaec
Update README.md
Add Discord badge
2021-02-26 10:43:36 +01:00
steved 3c63108dd1
2 bug fixes: (#633)
376
Self-referential loop in CustomSchemaOptionsExtensionInfo
https://github.com/elsa-workflows/elsa-core/issues/376

331
"Input" is the property of workflowinstance,but it is empty in database
https://github.com/elsa-workflows/elsa-core/issues/331

Co-authored-by: DiGregorio, Stephen <SDiGregorio@allegromicro.com>
2021-02-15 18:06:43 +01:00
Sipke Schoorstra 0a36fadb7d Increase revision number 2021-01-27 10:33:56 +01:00
Sipke Schoorstra 32bf393026 Update EF Core DB Context types to accept non-generic DbOptions 2021-01-27 10:32:15 +01:00
Bartlomiej Tadych d5b30b6044
Add Executing Activity event (#586) 2021-01-25 12:16:29 +01:00
Sipke Schoorstra 2ad01ec023 Bump version 2021-01-07 08:28:13 +01:00
Sipke Schoorstra 1fbbf89431 Remove unused namespace 2021-01-07 08:28:04 +01:00
cvijayak 80611e71b9
Added null checks in ControllerModelConvention (#556)
RouteValues dictionary will not have area as a key all the time if in-case we have controllers without areas
2021-01-07 08:25:51 +01:00
Sipke Schoorstra 514c5d8965 Update appveyor.yml 2021-01-04 12:58:49 +01:00
Sipke Schoorstra 6a650d844c Add appveyor.yml 2021-01-04 12:45:59 +01:00
cvijayak d9be58a155
Cosmos DB persistence layer refactoring (#550)
1. Cleaned up the duplicate code
2. Enhanced the cosmos DB persistence assembly to inject the custom logic for handling tenants
3. Enhanced to inject the custom logis in Cosmos DB CURD operations
2021-01-04 11:10:29 +01:00
Sipke Schoorstra 3717c7b950
Update README.md 2020-12-12 14:09:13 +01:00
cvijayak 89632f8db3
Added partition key for heavy read queries and also to avoid cross partition queries (#494)
* Optimized the code for better performance

* Corrected the summary

* Refactoring and alignments
2020-12-10 13:11:21 +01:00
cvijayak 8e3b68f987
Update CosmosDbWorkflowInstanceStore.cs (#492)
Fixed the Workflow instance delete API
2020-12-09 20:17:05 +01:00
Peter T. LaComb Jr 99aeac3263
Issue 498: Allow for and pass innerException (#499) 2020-12-08 21:14:32 +01:00
Sipke Schoorstra 959dd8615b Make available TransientState to JS and Liquid script contexts 2020-12-01 11:22:14 +01:00
Sipke Schoorstra 853b7563ff Update EF Core to .NET 5 2020-12-01 10:36:54 +01:00
cvijayak 7ceb3106aa
Added ExceptionConverter in JsonSerializerSettings at DocumentClient (#472) 2020-11-24 20:44:28 +01:00
Sipke Schoorstra 20e24fc572 Update packages 2020-11-23 21:01:30 +01:00
Sipke Schoorstra 7571e8afe7 Update Nuget.Config 2020-11-23 20:53:30 +01:00
cvijayak 8f6ce4ed7e
Fix : ListByBlockingActivityAsync() in documentDB persistance layer is not retrieving the blocked activities (#471) 2020-11-23 19:22:14 +01:00
Sam Kleist a2425b4047
remove gravatar dependency (#470)
Co-authored-by: Samuel Kleist <v-sakle@microsoft.com>
2020-11-23 17:48:38 +01:00
Sipke Schoorstra 5cdcb75281 Fix redirect behavior
Fixes #459
2020-11-13 21:43:06 +01:00
Sipke Schoorstra 55d176a69b Try out center alignment 2020-11-13 21:01:46 +01:00
Sipke Schoorstra 4be0638a71 Add logo 2020-11-13 20:59:11 +01:00
cvijayak a4d9abdd75
Enhancements for using azure service bus with MassTransit activities (#457)
* Added AzureServiceBus support for MassTransit activities

Fixes #455
2020-11-12 21:39:32 +01:00
Sipke Schoorstra 2934bfce72 Update icons 2020-11-11 21:26:24 +01:00
Sipke Schoorstra bc50462db0
Expose outcomes to While activity designer (#456) 2020-11-11 10:54:36 +01:00
Sipke Schoorstra 06b9ab8911 Trigger ActivityExecuted event after going back one activity. 2020-11-07 21:58:12 +01:00
Sipke Schoorstra 2deb5d4037
Add GoBackResult (#449) 2020-11-03 12:43:33 +01:00
Sipke Schoorstra fb2dc4d6f0
Update README.md 2020-11-02 22:00:22 +01:00
Sipke Schoorstra 2c0774f74a
Update README.md 2020-11-02 21:59:01 +01:00
Sipke Schoorstra 161368acc2
Update README.md 2020-10-31 22:40:50 +01:00
Sipke Schoorstra 12a793a1c3
Update README.md 2020-10-31 22:40:22 +01:00
Sipke Schoorstra cab9a07f29
Reset Sqlite migrations (#442)
Fixes #432
2020-10-29 10:52:59 +01:00
Sipke Schoorstra 07f71a2bef Update UserTask sample retrieving available actions 2020-10-28 13:39:07 +01:00
Sipke Schoorstra ed9fedda84
Update package references (#436) 2020-10-28 10:16:54 +01:00
Sipke Schoorstra d9a3c9ca96
Propagate activity definition properties (#434) 2020-10-27 21:06:05 +01:00
Sipke Schoorstra f3fb47ba70
Update EF migrations (#433) 2020-10-27 20:49:24 +01:00
Sipke Schoorstra 7c9e375ea6 Re-target .NET Core 3.1 2020-10-27 09:29:56 +01:00
Tony Han 5716de88cc
After remove multiple execution scopes , Persistence related items also need to be updated. (#429)
* Update WorkflowInstanceDocument.cs
* Remove multiple execution scopes
* Remove multiple execution scopes
* Fix Yessql
* Remove yessql from web project

Co-authored-by: hyz <hyz@DESKTOP-KJ2A9G2>
2020-10-27 09:24:29 +01:00
Sipke Schoorstra d5095f7a69
Remove multiple execution scopes (#427) 2020-10-26 15:32:02 +01:00
Sipke Schoorstra 16611e2a74 Undo my fix in favor of fix from Peter T. LaComb Jr 2020-10-25 21:54:15 +01:00
Sipke Schoorstra a4c0c57d12 Initialize target type in case of array value and target type wasn't specified 2020-10-25 21:50:40 +01:00
syntaxonline-rewhitley d0d6e26a43
Add custom type serializer to manage json deserializer from database (#420) 2020-10-23 15:23:32 +02:00
Sviataslau Hankovich cfcbc3d762
Code cleanup (#413) 2020-10-22 15:59:59 +02:00
Sviataslau Hankovich 65c5e875b5
Fix inaccurate parsing of HTTP headers (#417) 2020-10-22 15:59:16 +02:00
Peter T. LaComb Jr 8fb36ef6cf
Issue 415: Null target type throws for array expressions (#416) 2020-10-22 09:55:46 +02:00
Sipke Schoorstra cc94472301
Create FUNDING.yml 2020-10-16 14:00:26 +02:00
Sipke Schoorstra 901b7e5291 Merge tag '1.3.1' into develop 2020-10-16 13:39:49 +02:00