Commit graph

2002 commits

Author SHA1 Message Date
Sipke Schoorstra c11280586d Update designer npm version 2021-09-17 12:13:13 +02:00
Sipke Schoorstra a3f40c95f7 Fix type cast issue due to JSON serialization of enums
When the workflow instance gets persisted in the DB, activity enum properties get stored as an integer (Int64), which cannot be cast to the enum.

This change fixes that by performing a conversion instead of a direct cast.

Fixes #1515
2021-09-17 10:53:23 +02:00
Sipke Schoorstra fbaa88688b Implement async version of js-event-bus 2021-09-17 09:55:42 +02:00
Sipke Schoorstra 5816cdf399 Refactor workflow execution log API
Fixes #1529
2021-09-17 08:16:19 +02:00
Sipke Schoorstra 142b574481 Update packages 2021-09-16 20:25:38 +02:00
simona-taran 691d46c3bc
Added keybaord actions support for activity edit modal. (#1541) 2021-09-16 15:14:45 +02:00
Sipke Schoorstra b22e555140 Update Stencil 2021-09-16 14:15:09 +02:00
Sipke Schoorstra 7cb8e3edd1 Record fault execution log during begin workflow phase 2021-09-16 14:14:54 +02:00
Sipke Schoorstra 4d6c4544ed Add Publish endpoint 2021-09-16 13:51:01 +02:00
simona-taran 4b3d21c166
Added flyout panel to instances page. Refactored existing properties panel to share the same component. (#1531) 2021-09-16 13:08:38 +02:00
Sipke Schoorstra e0d629654d Add dynamic activity border color CSS classes to safe lists 2021-09-14 20:49:55 +02:00
Sipke Schoorstra eea740e502 Work on some warnings 2021-09-14 16:15:20 +02:00
Sipke Schoorstra 6352372179 Update package references 2021-09-14 16:09:59 +02:00
Sipke Schoorstra 8255861842 Fix package downgrade error 2021-09-14 15:33:24 +02:00
Sipke Schoorstra 11566a2b76 Fix Webhooks service registration 2021-09-14 15:07:25 +02:00
Sipke Schoorstra fa4da6f841 Update dashboard app with base path setting 2021-09-13 21:50:41 +02:00
Sipke Schoorstra 695ba14b0d Fix workflow blueprint side panel 2021-09-13 20:11:56 +02:00
Sipke Schoorstra f7f52ec8b3 Update Server sample project with reference to File activities package 2021-09-13 20:11:26 +02:00
Sipke Schoorstra f0c9d3a300 Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-09-12 12:44:17 +02:00
Sipke Schoorstra 80fb0a7633 Update Elsa.Webhooks.Persistence.EntityFramework.Core.csproj 2021-09-12 12:30:42 +02:00
Tomislav Petrovic 3584b7b3a2 Add page size control and some sanity checks, fix one off in pager 2021-09-12 12:28:03 +02:00
Sipke Schoorstra b98528a95a
Merge pull request #1513 from MilkyWare/elsa-2.0/fileactivities
Elsa 2.0/fileactivities
2021-09-12 12:27:37 +02:00
henry.zhang 47fc858aa7 Add ReferenceLoopHandling In MongoDb Serializer 2021-09-12 12:18:10 +02:00
Cameron Cowen fd3b5ad388 Added workflow to create files to auto kick off file watcher 2021-09-11 00:29:06 +01:00
Cameron Cowen b9de6fcbd7 Removed unused workflows 2021-09-11 00:27:48 +01:00
Cameron Cowen 1be0aff462 Minor tweak 2021-09-10 23:29:46 +01:00
Cameron Cowen b9d475697f Fixed readfile extensions using wrong activity 2021-09-10 23:29:26 +01:00
Cameron Cowen 7b4c1d8a5d Updated activity parameters (made some required and updated use of default values) 2021-09-10 21:40:37 +01:00
Sipke Schoorstra ccda7691db Remove Schema config for MySql provider
Fixes #1453
2021-09-10 14:40:15 +02:00
Sipke Schoorstra e6f55bd579 Update EF and Fody packages 2021-09-10 14:37:35 +02:00
Sipke Schoorstra 96ea6c3458 Implement Cancel workflow on dashboard 2021-09-09 23:02:02 +02:00
Sipke Schoorstra 5a3bd4467d Update stencil 2021-09-09 23:02:02 +02:00
Sipke Schoorstra 86efb968c4 Implement workflow instance deleter with support for locking 2021-09-09 23:02:02 +02:00
Sipke Schoorstra 0184003b85 Publish WorkflowInstanceCancelled event from workflow runner 2021-09-09 23:02:02 +02:00
Sipke Schoorstra ac43c9fb9d Publish WorkflowInstanceDeleted event 2021-09-09 23:02:02 +02:00
Sipke Schoorstra fc96051628 Remove unnecessary ambient locking code 2021-09-09 23:02:02 +02:00
Sipke Schoorstra 64636a362b Initial work on workflow instance cancellation 2021-09-09 23:02:02 +02:00
Cameron Cowen 3c46fcc08c Added changetypes to bookmark 2021-09-08 11:40:31 +01:00
Sipke Schoorstra 94b086f5f0 Update RefreshWorkflowContext.cs
This change ensures that workflow context (if a context ID is present) is always loaded before executing a workflow. This needs to happen regardless of the configured fidelity.

Fixes #1490
2021-09-08 10:21:25 +02:00
Cameron Cowen dded9bc884 Additional test wotkflow scenarios 2021-09-08 00:55:48 +01:00
Cameron Cowen 85f3326c20 Ensure file watcher paths exist and added logic to only add requested event handlers 2021-09-08 00:27:38 +01:00
Cameron Cowen b5524d29a1 Renamed bookmark to be more generic 2021-09-08 00:25:57 +01:00
Cameron Cowen bf7e4aab2d Added map from RenameEventArgs to FileSystemEvent class 2021-09-08 00:21:37 +01:00
Cameron Cowen d441fc4c17 WatchDirectory additions for changetypes and notifyfilters 2021-09-08 00:20:46 +01:00
Cameron Cowen eae364114a Added notifyfilters to watchdiretory 2021-09-08 00:20:23 +01:00
Cameron Cowen f3b10e4f30 Added logging appsettings 2021-09-07 23:55:51 +01:00
Cameron Cowen 1eeaf87c57 Added helper to start watchdirectory workflow 2021-09-07 15:38:31 +01:00
Sipke Schoorstra de9ac4b074 Incremental fix for YesSQL provider with And/Or specifications
Fixes #1472
2021-09-06 16:30:35 +02:00
Cameron Cowen 96c0897265 Tidy up 2021-09-05 23:46:20 +01:00
Cameron Cowen 7cac3b106f Make bookmark more readable 2021-09-05 23:44:09 +01:00