Commit graph

4067 commits

Author SHA1 Message Date
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
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
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 c35d16ee3e
move copy button in fron of text (#4122) 2023-06-12 10:42:12 +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
Sipke Schoorstra 76c0b1f3ac Merge remote-tracking branch 'origin/v3' into v3 2023-06-10 20:32:12 +02:00
Sipke Schoorstra 4689e83cf9 Update API client 2023-06-10 20:32:06 +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
Sipke Schoorstra 8d33084d4e Fix null ID reference bug in function definition provider 2023-06-10 15:30:47 +02:00
GitHub Action 8e30bb3067 Updated designer version to 3.0.3-preview.166 2023-06-09 20:14:22 +00:00
Sipke Schoorstra 04fe32cabb
Implement activity output APIs (#4119) 2023-06-09 22:10:56 +02:00