Sipke Schoorstra
51006dbd5b
Update appveyor.yml
2021-04-26 10:37:33 +02:00
Sipke Schoorstra
22e19545fe
Add workflow registry screen component and link from definition to instances
2021-04-22 22:20:38 +02:00
Sipke Schoorstra
e40c66a1fe
Rename Blazor designer component library to to AspNet
2021-04-22 21:53:45 +02:00
Sipke Schoorstra
2a6c697942
Sync selected activity upon record selection
2021-04-22 21:32:36 +02:00
Sipke Schoorstra
6c5e3b10cc
Store activity input, output & outcome as part of execution log and make this visible in UI
2021-04-22 21:20:16 +02:00
Sipke Schoorstra
e1a9a50bb9
Link activity selection with journal
2021-04-22 11:18:38 +02:00
Sipke Schoorstra
ab72de9a4a
Incremental work on activity state viewer
2021-04-21 22:32:40 +02:00
Sipke Schoorstra
f20fdbf437
Implement record selection
2021-04-21 17:28:56 +02:00
Sipke Schoorstra
ffafe42948
Update server sample project to use YesSQL
2021-04-21 17:03:16 +02:00
Sipke Schoorstra
cd75cefdd1
Fix YesSql workflow definition find document logic
2021-04-21 17:02:29 +02:00
Sipke Schoorstra
73a116d12e
Incremental work on workflow execution journal
2021-04-21 14:46:35 +02:00
Sipke Schoorstra
489750432a
Remove Email and UserTask projects from Elsa project
2021-04-21 14:46:17 +02:00
Sipke Schoorstra
dff94a057a
Fix missing display name and description on activity blueprint model
2021-04-21 14:45:34 +02:00
Sipke Schoorstra
e457740ba4
Add dynamic classes to Tailwind safe list
2021-04-20 19:43:46 +02:00
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