Commit graph

787 commits

Author SHA1 Message Date
Sipke Schoorstra 3c0dfbf46b Fix typo in description of RunTask activity 2023-06-30 15:52:35 +02:00
Sipke Schoorstra 299f9248f0 Update flowchart JSON converter to handle undefined connections array 2023-06-30 11:23:12 +02:00
Sipke Schoorstra a11a4a0b45 Scaffold gRPC API project 2023-06-29 22:08:22 +02:00
Sipke Schoorstra eabe853fe7 Add workflow definition count endpoint + unique name validation 2023-06-29 22:08:10 +02:00
GitHub Action 7e699672d4 Updated designer version to 3.0.3-preview.180 2023-06-29 10:30:15 +00:00
Sipke Schoorstra a1ce26a35c Explicitly ignore WorkflowState type from EF Core 2023-06-28 23:24:30 +02:00
Sipke Schoorstra 3fccf95413 Rename designtime class 2023-06-28 22:46:45 +02:00
Sipke Schoorstra c65b894c36 Remove health check installation from MongoDB feature 2023-06-28 22:46:30 +02:00
gurkanguran bc2b4e8fde
Mongodb implementation (#4127)
* Implemented MongoDb

* Use main entity models in mongodb

* Fixed object serialization issue

* Fixed issues caused by duplicate collection names

* Optimized count query

* Fixed the issues after merge

* Revert "Fixed the issues after merge"

This reverts commit 5568af60cfc107b8ee68fd4c89fbb02946f8a6a3.

* Use expression helper to solve mongodb query issue

* Handle null values during deserialization

* Moved MongoDb project to persistence folder

* Did some refactor and added type serializer for variable fix

* Modularize mongodb indices creation

* Fixed the build

* Implement variable serializer

* Update SQLite migrations

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-28 22:44:51 +02:00
gurkanguran f0814f4f64
Fixes the issue with httpendoint not being suspended #4143 (#4171)
* Fixes the issue with httpendoint not being suspended #4143

* Simplify HttpEndpoint and bookmark processor

* Fix issue with null workflow state ID

* Remove implicit instalment of EF Core provider for Trigger and Bookmark store

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-28 20:55:57 +02:00
GitHub Action c1ac62ffb6 Updated designer version to 3.0.3-preview.179 2023-06-28 16:21:13 +00:00
gurkanguran 307a497089
Show suspended activities in journal (#4170)
* Show suspended activities in journal

* Fixes #4143
2023-06-28 18:17:29 +02:00
gurkanguran ad72e99c62
Fix dynamic deserilization in proto actor (#4168) 2023-06-28 18:15:32 +02:00
Sipke Schoorstra e0dd53b1ad Make collections in activity descriptor read-only 2023-06-28 18:07:16 +02:00
Sipke Schoorstra 90d1905e46 Cleanup 2023-06-28 12:38:06 +02:00
Sipke Schoorstra f84617a259 Make connection JON converter more resilient 2023-06-27 10:29:32 +02:00
Sipke Schoorstra 9a512fcff6 Merge remote-tracking branch 'origin/v3' into v3 2023-06-24 13:15:30 +02:00
Sipke Schoorstra aecc2b6896 Fix SendEmail namespace 2023-06-24 13:15:25 +02:00
Sipke Schoorstra 05680edb35 Move some flow activities to the Branching category 2023-06-24 13:15:11 +02:00
Sipke Schoorstra 31ef995c4a Fix Azure Service Bus namespace 2023-06-24 13:14:44 +02:00
gurkanguran 07b6aedbec
Fixed the issue with setVariable execution in javascript activity (#4158)
* Fixed the issue with setVariable execution in javascript activity
2023-06-24 00:12:01 +02:00
gurkanguran 3c152f87e9
Prevent variable overriding when setting output in activity (#4157) 2023-06-23 18:42:07 +02:00
Borja Fernández - Smartway Studio ff9310b0b4
Change StringData from nvarchar(2000) to NCLOB in oracle (#4159)
* Change StringData from nvarchar(2000) to NCLOB in oracle

* Update DbContext.cs
2023-06-23 18:39:28 +02:00
Ray 282ef24446
Cleanup schedulers (#4160)
* Cleanup DefaultTriggerScheduler

Remove unnecessary list variable.
Remove unnecessary ToLists.

* Cleanup DefaultBookmarkScheduler

Remove unnecessary list variable.
Remove unnecessary ToLists.
2023-06-23 18:38:57 +02:00
Ray d84a1fece2
UnscheduleCron triggers (#4149)
The Cron triggers were not unscheduled, this resulted in multiple executions upon publishing and unpublishing of workflows.
2023-06-22 11:50:43 +02:00
MariusVuscanNx 545df0ea53
Publish event improvements (#4150) 2023-06-22 11:50:02 +02:00
Sipke Schoorstra ac57c07e7c Update API client models 2023-06-21 11:10:07 +02:00
Sipke Schoorstra 6a6fa444e6 Add XML comments 2023-06-19 15:32:07 +02:00
Sipke Schoorstra d1a3925565 Make endpoint models internal 2023-06-19 15:31:56 +02:00
Sipke Schoorstra 9d073a6c7a Ensure activities have identities when generating typescript definitions 2023-06-18 22:21:20 +02:00
Sipke Schoorstra d4dfa80a05 Merge remote-tracking branch 'origin/v3' into v3 2023-06-18 22:13:21 +02:00
Sipke Schoorstra dab6ce622c Add backwards compatibility for customProperties <- applicationProperties 2023-06-18 22:13:15 +02:00
GitHub Action 14ca011fb4 Updated designer version to 3.0.3-preview.177 2023-06-18 20:09:48 +00:00
Sipke Schoorstra ce974a777f Rename application properties of flowchart activity for consistency 2023-06-18 22:06:54 +02:00
Sipke Schoorstra 8b05d89d43 Fix connection serialisation + front end connection error 2023-06-18 21:26:44 +02:00
Sipke Schoorstra b356cdb52b
Refactor connection model (#4146) 2023-06-18 14:32:48 +02:00
GitHub Action 02572e9ce2 Updated designer version to 3.0.3-preview.173 2023-06-16 16:30:22 +00:00
MariusVuscanNx 183e2bc0a3
Fixed workflow definition populator to also take into consideration the isReadonly field (#4138) 2023-06-14 10:55:43 +02:00
herblinernexxbizz 2a9793768a
make isReadonly editable on workflow model (#4130) 2023-06-13 10:25:42 +02:00
GitHub Action e3303aa07f Updated designer version to 3.0.3-preview.172 2023-06-12 09:38:24 +00:00
GitHub Action 3a230c8088 Updated designer version to 3.0.3-preview.171 2023-06-12 09:15:54 +00:00
herblinernexxbizz e5a5705888
V3 make workflowdefinition have readonly (#4124)
* fix broken build and add readonly to dapper migration

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-12 11:12:18 +02:00
GitHub Action 04ba54f3a5 Updated designer version to 3.0.3-preview.170 2023-06-12 08:47:29 +00:00
herblinernexxbizz 3aa05d1fed
V3 search workflows definitions and instances (#4123)
* search workflowdefinition

* filter workflowinstance

* also add version options

* initiate search field

* add search to workflowinstance

* extend search with description and definitionversionid

* make everything work for workflow definition and instance search
2023-06-12 10:44:33 +02:00
herblinernexxbizz 8c308cc8ee
V3 make workflowdefinition have readonly (#4068)
* add readonly functionality to Elsa

* merge with v3

* remove launch settings

* remove spaces

* Handle merge conflicts

* Exclude non-existent folder from sample project

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-06-12 10:41:38 +02:00
GitHub Action 4846a9bfac Updated designer version to 3.0.3-preview.167 2023-06-10 13:37:59 +00:00
Sipke Schoorstra 48a226397f Merge branch 'v3-activity-output' into v3 2023-06-10 15:35:03 +02:00
Sipke Schoorstra 144d9d0aa4 Update Elsa API Client with ActivityDescriptors API 2023-06-10 15:33:32 +02:00
Sipke Schoorstra de9b3e866b Refactor-rename PortMode to PortType 2023-06-10 15:33:06 +02:00
Sipke Schoorstra b996d1d393 Extend FeatureDescriptor with namespace and full name props 2023-06-10 15:31:45 +02:00