Commit graph

1952 commits

Author SHA1 Message Date
Cameron Cowen 33741fa321 Fixes to watchdirectory sample workflow 2021-09-05 23:25:12 +01:00
Cameron Cowen 5b3e999430 Removed need for worker by using sender to build watch directory bookmark 2021-09-05 23:01:01 +01:00
Cameron Cowen c74d6f4bf1 Merge remote-tracking branch 'upstream/master' into elsa-2.0/fileactivities 2021-09-05 22:26:57 +01:00
Cameron Cowen 1d6549f132 Rename startup method 2021-09-05 22:26:37 +01:00
Cameron Cowen 0e736e7099 Created separate helper to return blueprint instances of an activity 2021-09-05 22:16:05 +01:00
Cameron Cowen beddedae29 Added output to activity 2021-09-05 21:00:22 +01:00
Cameron Cowen 5900cc9fd8 Added launching workflow from fs event handler 2021-09-03 22:47:11 +01:00
Cameron Cowen 1d2801f3e0 Added pattern to FS bookment 2021-09-03 22:46:14 +01:00
Cameron Cowen 4b4491b559 Added IWorkflowLaunchpad to FS watcher worker 2021-09-03 22:18:38 +01:00
Cameron Cowen a2f2b9d9b3 Added mapping system io event model to custom model 2021-09-03 22:15:44 +01:00
Cameron Cowen 106a431216 Added FileSystemEvent mapper profile 2021-09-03 22:12:10 +01:00
Sipke Schoorstra b007dc7574 Make boolean properties of ActivityInputAttribute non-nullable
Fixes #1390.
2021-09-03 13:10:00 +02:00
Sipke Schoorstra e04a910d96
Workflow journal enhancements (#1481)
* Add support for custom journal data logging

* Update ForEach with journal logging

* Update ReadLine with Journal logging

* Update For.cs

* Update While.cs

* Update Switch activity

* Update Join.cs

* Update Timer activities

* Update Azure Service Bus and Telnyx activities

* Update various other activities
2021-09-03 13:05:09 +02:00
Cameron Cowen 592ab0677b Merge remote-tracking branch 'upstream/master' into elsa-2.0/fileactivities 2021-09-02 23:14:43 +01:00
Cameron Cowen 42d38a8041 Added services, startup and bookmark to file sc extensions 2021-09-02 23:13:28 +01:00
Cameron Cowen 63d1355c14 Added startup task for watchers 2021-09-02 23:12:48 +01:00
Cameron Cowen eadec5289c set logger in constructor 2021-09-02 23:12:33 +01:00
Cameron Cowen eba4d96653 Added singleton service to manage workers 2021-09-02 23:12:17 +01:00
Cameron Cowen dc3b7d62e0 Added initial FS worker to manage System.IO watcher and hold path and filter 2021-09-02 23:10:41 +01:00
Cameron Cowen 45a704f1ca Renamed bookmark 2021-09-02 23:08:32 +01:00
Cameron Cowen d6ba8c15fb Removed unused factory 2021-09-02 23:02:17 +01:00
Cameron Cowen ac511378ec Added initial file watcher sample project 2021-09-02 22:33:38 +01:00
Cameron Cowen 4247ff96b1 Initial WatchDirectory builder extensions 2021-09-02 21:51:53 +01:00
Cameron Cowen 0346658f6b Added regions 2021-09-02 21:32:02 +01:00
Cameron Cowen d1cc26fd0f Added pattern extensions 2021-09-02 21:31:02 +01:00
Cameron Cowen bd546068e5 Added pattern to watchdirectory 2021-09-02 21:30:48 +01:00
Sipke Schoorstra 6ea04895a4 Merge Abstractions into WorkflowSettings 2021-09-02 16:33:49 +02:00
Sipke Schoorstra a20fba7253 Fix namespaces 2021-09-02 16:26:40 +02:00
Sipke Schoorstra 6bb03d1062 Update components.d.ts 2021-09-02 16:21:09 +02:00
Sipke Schoorstra e72f213fb2 Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-09-02 16:21:01 +02:00
Sipke Schoorstra 9e5bc8f1d1 Update components.d.ts 2021-09-02 16:20:52 +02:00
Andrey Mishurinsky ef37f87514
Disable workflow (#1336)
* Publish/Subscribe events added to WorkflowSettings and WorkflowRegistry

* Workflow Registry re-indexed and cache refreshed on workflow disable/enable

* IsDisabled property added to WorkflowBlueprintSummary to display disabled status in the UI

* MySql, PostgreSql and SqlServer persistence added to Workflow Settings

* Validation for disabled workflow in Workflow Resumer

* WorkflowSettings configuration added to the appsettings.json

* Workflow Settings added to Elsa.Server.Host startup collection

* IWorkflowSettingsProvider implemented

* Update README.md

* Elsa-Workflow-Settings and Elsa-Webhooks separate modules added and decoupled from Elsa Web

* Delete unused Client projects

* LoadWorkflowSettingsDisabledHandler changes

* FeatureProvider removed, Webhooks plugin merged to Webhooks Feature Plugin

* Update Webhooks and Settings plugin

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2021-09-02 16:20:10 +02:00
Andrea Pierangeli dd4868a3ed Sync auto-generated build files 2021-09-02 15:53:13 +02:00
Sipke Schoorstra f12ad05932 Update InfiniteLoopingWorkflow.cs 2021-09-01 19:06:07 +02:00
Sipke Schoorstra 3c4a10d650 Implement infinite loop detection and handling 2021-09-01 19:06:07 +02:00
Andrea Pierangeli 3f5bbca988 Fix port in monolith sample 2021-08-31 21:59:51 +02:00
Sipke Schoorstra 1ee631b397 Deal with some warnings 2021-08-31 21:30:47 +02:00
Sipke Schoorstra 8228053cd9 Fix duplicate Done outcome
Fixes #1455
2021-08-31 21:30:37 +02:00
Sipke Schoorstra f0285d1036 Update quartz packages
Fixes #1454
2021-08-31 21:06:25 +02:00
Sipke Schoorstra d30c012790 Ensure refreshed workflow context
Fixes #1439
2021-08-31 16:55:22 +02:00
Sipke Schoorstra fc954d9968 Improve error messages
Closes #1425
2021-08-31 16:09:04 +02:00
Sipke Schoorstra 64ec9dade7 Expose HttpClientBuilder 2021-08-31 15:21:10 +02:00
Sipke Schoorstra b77e93a4a9 Merge List with GetMany
Fixes #1391
2021-08-31 13:56:04 +02:00
Sipke Schoorstra 2bd39a5ff1 Fix designer error with D3 2021-08-27 16:07:02 +02:00
Simona Taran 7ed9fa89b7 Add change from new to generated id. 2021-08-27 14:51:03 +02:00
megamanhxh 064ddccf25 Fix EFCore.BulkExtensions does not support Oracle 2021-08-26 11:52:52 +02:00
Sipke Schoorstra 6f8582c320 Remove TryRenderTree workfaround 2021-08-26 11:42:42 +02:00
Simona Taran 7c9b1a15bd Removed unused property. 2021-08-26 11:42:42 +02:00
Simona Taran 5397b40d8a Added fix for tree render issue. 2021-08-26 11:42:42 +02:00
Sipke Schoorstra 929eea5bc8 Update to latest StencilJS package 2021-08-26 10:48:43 +02:00