Commit graph

1350 commits

Author SHA1 Message Date
Sipke Schoorstra ea00bd536a Ensure each startup runner executed in its own scope 2021-04-20 19:43:18 +02:00
Sipke Schoorstra f4e2d4dd5b Add overloads 2021-04-20 19:43:00 +02:00
Sipke Schoorstra 61ccbceb5f Add API endpoint for querying workflow execution log records 2021-04-20 14:19:50 +02:00
Sipke Schoorstra 91bda57411 Rename All specification to Identity 2021-04-20 14:19:25 +02:00
Sipke Schoorstra 3c8d343165 Customize CRON input help text for Quartz provider 2021-04-20 11:18:28 +02:00
Sipke Schoorstra 1e04e0eaa5 Prevent workflow host from crashing when trying to schedule activities with invalid expressions 2021-04-20 11:18:00 +02:00
Sipke Schoorstra 77f3029d93 Fix display name of workflow blueprint in dropdown 2021-04-20 11:16:55 +02:00
Sipke Schoorstra 33250c9bbd Add EventName property to ActivityExecutionLogRecord (replacing Message property) 2021-04-20 10:31:35 +02:00
Sipke Schoorstra dca9bf2509 Initial version of workflow instance viewer 2021-04-19 21:28:59 +02:00
Sipke Schoorstra 2eb4366628 Fix Hangfire setup in sample server project 2021-04-19 15:06:30 +02:00
Sipke Schoorstra 138d9be12c Add Send + Receive blocking workflow sample 2021-04-19 13:55:33 +02:00
Sipke Schoorstra 45ef7efd95 Delete temporary Azure Service Bus credentials 2021-04-19 13:55:33 +02:00
Sipke Schoorstra 347c188ab1 Ensure that StartupRunner hosted service is registered before Elsa Options get evaluated
This prevents an issue when the user invokes StartWorkflow<T>, which would register the StartWorkflow<T> hosted service before the StartupRunner hosted service is registered.
The problem with that is that the migrations runner for EF Core executes *after* the StartWorkflow hosted service, which would then fail because the DB isn't prepared at that point.
2021-04-19 13:55:33 +02:00
Sipke Schoorstra 6fc7e2031d Revert 5ed136a41f
Fixes #876
2021-04-19 13:55:33 +02:00
Christoph Keller 1b948149d0 Added Interface-Message example. 2021-04-16 22:47:52 +02:00
Christoph Keller 3d8bb747fe Minor MassTransit example fixes. 2021-04-16 22:47:52 +02:00
Christoph Keller c2da5ac30f Updated receive message activity, to allow interface-messages. 2021-04-16 22:47:52 +02:00
Jens Willmer 76aaeb6404
Merge branch 'feature/elsa-2.0' of https://github.com/elsa-workflows/elsa-core into feature/elsa-2.0 2021-04-16 16:23:33 +02:00
Jens Willmer 91bf6b43bc
Docker changes to speed up github build 2021-04-16 16:23:26 +02:00
Jens Willmer fd69f600fe
Update publish-latest-dashboard.yml 2021-04-16 16:20:09 +02:00
Jens Willmer 1169e648f2
Update publish-latest-dashboard.yml 2021-04-16 16:14:44 +02:00
Sipke Schoorstra 5be9025f71 Add workflow execution log indexes for EF Core provider 2021-04-16 15:47:11 +02:00
Sipke Schoorstra a07231ff99 Fix YesSQL provider and update samples 2021-04-16 14:56:02 +02:00
Sipke Schoorstra d9094575fd Remove unused namespaces 2021-04-16 12:48:06 +02:00
Sipke Schoorstra 9ec6f40c90 Add events for activity execution result 2021-04-16 12:47:43 +02:00
Sipke Schoorstra ced11df305 Move activity type provider abstractions to services 2021-04-16 12:46:54 +02:00
Sipke Schoorstra 359a98f365 Fix notification titles 2021-04-15 21:39:19 +02:00
Sipke Schoorstra 5ed136a41f Extract auto-Done scheduling to a handler 2021-04-15 21:38:44 +02:00
Sipke Schoorstra 937b861359 Optimize workflow registry loading by only considering older versions for which there are non-finished workflow instances pending 2021-04-15 21:38:10 +02:00
Sipke Schoorstra 7fa0a3b8d7 Blob storage formatting 2021-04-15 19:28:35 +02:00
Sipke Schoorstra d6ed56ca07 Merge branch 'elsa_feature/elsa-2.0' into feature/blob-storage 2021-04-15 19:06:23 +02:00
tomy2105 ecb81aae88 Sort Child Activities Based On Output Order 2021-04-15 19:02:26 +02:00
Sipke Schoorstra 5d4f78dac5 Fix selected check boxes 2021-04-15 18:59:33 +02:00
Jens Willmer a084fa4bf4 NPM install 2021-04-15 18:45:04 +02:00
Jens Willmer d34ca1208d Hide db file in solution browser 2021-04-15 18:45:04 +02:00
Jens Willmer 7eb908459d Revert back to .NET Core 5 and include docker build in dashboard
Debugging support of docker container is not working on .NET 6 (preview)
2021-04-15 18:45:04 +02:00
Jens Willmer 769fd71e5a Remove HTTPS redirect
Without a valid certificates it is only creating problems for the user. HTTPS redirect should be optional and provide a config to enable and reference valid certificates.
2021-04-15 18:45:04 +02:00
Sören Uhrbach 7fcc2ec0d2 fixed message class names 2021-04-15 18:34:45 +02:00
Sören Uhrbach 2bc60d9344 Added small example to prove functionality for receiving masstransit messages 2021-04-15 18:34:45 +02:00
Sören Uhrbach e51a4e9834 Trigger workflows from masstransit consumers 2021-04-15 18:34:45 +02:00
Sipke Schoorstra 5825ce6bc1 Add convenience JS functions 2021-04-15 16:08:44 +02:00
jdevillard 1bccef163d give access to Service bus Message UserProperties 2021-04-15 16:03:22 +02:00
Sipke Schoorstra 4b6bc659dd Fix form module updater 2021-04-15 15:49:09 +02:00
Sipke Schoorstra e827f32327 Formatting 2021-04-15 15:48:52 +02:00
Sipke Schoorstra 9bf48385aa Add generated readme files 2021-04-15 15:48:39 +02:00
Sipke Schoorstra 2f93d167a1 Safely dispose of editor 2021-04-15 15:48:22 +02:00
Sipke Schoorstra 18f45fe241 Fix workflow context type nullability 2021-04-15 15:48:04 +02:00
Sipke Schoorstra c1f827cfee Add string to Type converter 2021-04-15 14:39:59 +02:00
Sipke Schoorstra 3138c33903 Add JObject type conversion handling 2021-04-15 14:39:31 +02:00
Sipke Schoorstra 27dd87a344 Clean up event bus handler in activity picker 2021-04-14 22:47:10 +02:00