Commit graph

4080 commits

Author SHA1 Message Date
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 0badc1c82c Cleanup 2023-06-27 10:29:19 +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
Sipke Schoorstra be8436730f Add Object expression to API client 2023-06-24 13:13:47 +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
Sipke Schoorstra 4857a12b79 Merge remote-tracking branch 'origin/v3' into v3 2023-06-23 22:38:41 +02:00
Sipke Schoorstra 171e78d8ab Update API client models 2023-06-23 22:38:37 +02:00
Sipke Schoorstra 0e96670728 Cleanup flowchart component 2023-06-23 22:38:19 +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 75eaf1020d Refactor API client model 2023-06-19 15:32:26 +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 a20105b0d2 Fix formatting util in case of shape being rendered 2023-06-18 22:06:31 +02:00
Sipke Schoorstra 6e31b71474 Fix broken auto-rotating ports 2023-06-18 22:06:13 +02:00
Sipke Schoorstra 8b05d89d43 Fix connection serialisation + front end connection error 2023-06-18 21:26:44 +02:00
Gürkan Güran 2a554fc40d Fixed the issue with cut and paste group of activities 2023-06-18 20:42:44 +02:00
Sipke Schoorstra ff78b0a01f Merge branch 'v3-connection-model-refactoring' into v3 2023-06-18 14:37:51 +02:00
Sipke Schoorstra b356cdb52b
Refactor connection model (#4146) 2023-06-18 14:32:48 +02:00
Sipke Schoorstra de688a9eff Merge branch 'v3' into v3-connection-model-refactoring 2023-06-16 23:49:11 +02:00
Sipke Schoorstra 5c3eb1f79f Refactor connection model 2023-06-16 23:48:55 +02:00
GitHub Action 02572e9ce2 Updated designer version to 3.0.3-preview.173 2023-06-16 16:30:22 +00:00
simona-taran c7d3cd6f5a
Fixed spacing issue and panel display issue on workflow instances. Changed arrow direction on expanded panels. (#4145) 2023-06-16 18:27:25 +02:00
Sipke Schoorstra 3f979a9f19 Update API client with support for saving workflow definitions 2023-06-16 13:32:15 +02: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
herblinernexxbizz 4a353cd0c6
make readonly work (#4126) 2023-06-12 11:34:50 +02: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