Commit graph

1107 commits

Author SHA1 Message Date
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
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 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
Sipke Schoorstra 0dae77db95 Restore Done outcome for If activity 2021-04-14 22:46:32 +02:00
Sipke Schoorstra 59aba78133 Formatting 2021-04-14 20:21:11 +02:00
Sipke Schoorstra acfb257199 Fix padding of Switch UI case expression editors 2021-04-14 20:21:11 +02:00
Sipke Schoorstra 393620603c Update check-list control with support for select list item structure 2021-04-14 20:21:11 +02:00
Craig Fowler d2de5ec77d
Merge pull request #851 from jdevillard/fix_PlainObjectResultConverter_ForSameObject
Fix plain object result converter for same object type
2021-04-14 17:11:49 +01:00
Sipke Schoorstra 43b2bef1a5 Make Elsa server URL configurable in ASPNET Core sample dashboard project 2021-04-14 14:45:25 +02:00
Sipke Schoorstra a4c53f64e9 Catch katavario exceptions 2021-04-14 14:45:25 +02:00
Sipke Schoorstra f3d904d246 Display While condition expression 2021-04-14 14:45:25 +02:00
Sipke Schoorstra 2902569d8f Prevent duplicate rendering of activities with multiple ancestor inbound connections 2021-04-14 14:45:25 +02:00
Sipke Schoorstra 89e1dc4e67 Fix event bus handler disposal 2021-04-14 13:13:34 +02:00
Sipke Schoorstra 5dd2c0be34 Add workflowContext global JS variable 2021-04-13 23:01:49 +02:00
Sipke Schoorstra eb09fcc7ff Fix intellisense items cut-off
Fixes #803
2021-04-13 22:13:28 +02:00
Sipke Schoorstra 2b0565ae66 Move re-indexing of triggers and re-creation of Azure Service Bus workers to an async background task (implemented as Rebus consumers) 2021-04-13 22:05:17 +02:00