Commit graph

2667 commits

Author SHA1 Message Date
Sipke Schoorstra d1bb998545 Update NuGet API key 2021-12-10 17:16:08 +01:00
Sipke Schoorstra 1214d03876 Move workflow testing code into module 2021-12-10 16:34:05 +01:00
Sipke Schoorstra 9a56b82c07 Update appveyor to push debug symbols 2021-12-10 16:05:58 +01:00
Sipke Schoorstra 472bd293e9 Fix "undefined" issue in activity body 2021-12-10 16:01:28 +01:00
Sipke Schoorstra 38004f60ba
Update FileSystemEventBookmark.cs (#2577)
Fixes #2527
2021-12-10 15:57:47 +01:00
Sipke Schoorstra 1f94b977f4 Add getActivityId JS function 2021-12-10 15:56:32 +01:00
Sipke Schoorstra 8a30bfe66a Fix ClearTimer activity
Fixes #2429
2021-12-10 15:56:14 +01:00
Martin Hjulström 90db29bcba
Adds the ability to inject Elsa options into WorkflowsUnitTestBase. Also adds a test for a workflow with a Timer (#2574) 2021-12-09 23:02:58 +01:00
noxe 2ff8edb5ba change First() to FirstOrDefault() to prevent Exception 2021-12-09 15:34:30 +01:00
Sipke Schoorstra 9d7da9d5b9 Update HttpEndpointTypeDefinitionRenderer.cs 2021-12-09 15:20:14 +01:00
Sipke Schoorstra e31f804ec0 Update HTTP Endpoint type definition renderer 2021-12-09 15:19:16 +01:00
Sipke Schoorstra 54ed32ebbc Update HttpEndpointTypeDefinitionRenderer.cs 2021-12-09 13:41:00 +01:00
Sipke Schoorstra 1f92aef256 Update HttpEndpointTypeDefinitionRenderer.cs 2021-12-09 11:43:26 +01:00
andrewkorol cc7acb1790
added test utl path with no changes per execute (#2555) 2021-12-03 15:56:47 +01:00
Sipke Schoorstra 0169af3fe0 Update appsettings.json 2021-12-02 10:42:22 +01:00
Sipke Schoorstra b3dcadb354 Fix runtime items
Fixes #2531
2021-11-29 14:39:18 +01:00
Sipke Schoorstra 856a1ea1b5 Rename RuntimeSelectListProviderSettings 2021-11-29 14:21:49 +01:00
Sipke Schoorstra 8110df8fb2 Update elsa-designer-tree.tsx 2021-11-29 13:33:10 +01:00
Sipke Schoorstra 347399e1ec Publish rendering event from activity editor
Fixes #2477
2021-11-29 12:54:48 +01:00
Sipke Schoorstra df20911a8d Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-11-29 12:14:15 +01:00
Sipke Schoorstra 783ac02fd7 Increase workflow journal viewer resiliency
Handles workflow instances referencing activities that are no longer available
2021-11-29 12:14:12 +01:00
noxe 072db97d39
System.InvalidOperationException: "Sequence contains no elements" (#2530)
* do not create a new Scope - reuse workflowExecutionContext's scope

* Upgrade Rebus.ServiceProvider to 7.0

* fixing System.InvalidOperationException: "Sequence contains no elements"

Co-authored-by: Martin <mp@prakom.net>
2021-11-26 20:57:33 +01:00
landon eb705b301c
Modify translation content and Change zh-cn to zh-CN (#2528) 2021-11-26 15:28:21 +01:00
noxe b698a579bd
Filesystemwatcher - fixes async StartWorkflow (#2525)
* do not create a new Scope - reuse workflowExecutionContext's scope

* Upgrade Rebus.ServiceProvider to 7.0

* fixes FileSystemWatchersStarter

* remove duplicated async/await

Co-authored-by: Martin <mp@prakom.net>
2021-11-26 15:27:54 +01:00
Sipke Schoorstra f756e3f78d Cleanup 2021-11-25 22:36:30 +01:00
Sipke Schoorstra b6a7a38b21 Add intellisense support for dynamic HttpEndpoint output
Fixes #2526
2021-11-25 22:32:33 +01:00
Sipke Schoorstra 62aa989a9e Fix JS intellisense
This does remove intellisense for "strongly typed" HttpEndpoint's Output property.
2021-11-25 16:29:26 +01:00
Sipke Schoorstra 4bbbb0b897 Update select-list-items.ts 2021-11-25 12:34:41 +01:00
Sipke Schoorstra 9f36d668f7 Fix intellisense context
Fixes #1553
2021-11-25 12:31:34 +01:00
Sipke Schoorstra beaaf6eafb Fix culture injection for home page 2021-11-25 11:31:08 +01:00
landon 70d661dd60
Add multiple languages (#2523) 2021-11-25 10:43:58 +01:00
Sipke Schoorstra 46d1852638 Remove debugger statements 2021-11-25 10:13:29 +01:00
Sipke Schoorstra e25d4b6593 Use block namespacing 2021-11-25 10:13:16 +01:00
Sipke Schoorstra 6979268e66 Update Get.cs 2021-11-25 01:14:35 +01:00
Sipke Schoorstra ed327c3f95 Add support for bitflag list items
Fixes #1654
2021-11-25 01:14:09 +01:00
Sipke Schoorstra 5729f460e4 Update Azure Service Bus workers upon workflow definition deletion 2021-11-25 01:12:31 +01:00
Sipke Schoorstra 116ede9260 Prevent activities with [Browasable(false)] from being included
Fixes #2411
2021-11-24 14:29:56 +01:00
Sipke Schoorstra bb6f9c422e Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-11-24 13:39:04 +01:00
Sipke Schoorstra 90cb9c7b99 Disable buggy copy & paste 2021-11-24 13:38:56 +01:00
Sipke Schoorstra 7554aa5357 Update elsa-monaco.tsx
Expose lib path directly to simplify reusability
2021-11-24 13:38:35 +01:00
Sipke Schoorstra e608a24aaf Increase dashboard extensibility
All menu items and routes are now customizable by plugins
2021-11-24 13:38:07 +01:00
noxe 5fae56d2bf
Bug - Accessing Output via Liquid (#2509)
* do not create a new Scope - reuse workflowExecutionContext's scope

* Upgrade Rebus.ServiceProvider to 7.0

* using the correct storage provider

Co-authored-by: Martin <mp@prakom.net>
2021-11-24 11:52:46 +01:00
dominicasley 3f327ef742
Add scripting api to elsa client (#2511)
Co-authored-by: Dominic Asley <dasley@oexa.co>
2021-11-24 11:52:05 +01:00
Sipke Schoorstra 9307df687c Fix monolith dockerfile 2021-11-22 22:38:34 +01:00
Sipke Schoorstra 3e7bd44d01 Fix Dockerfiles 2021-11-22 22:16:54 +01:00
Sipke Schoorstra d4e5fd15bc Remove unnecessary package reference 2021-11-22 22:14:05 +01:00
Sipke Schoorstra 0df2269df5 Fix Dockerfiles to apply custom Nuget.Config 2021-11-22 22:03:44 +01:00
Sipke Schoorstra a0b3ca00f1 Update Elsa.Scripting.JavaScript.csproj 2021-11-22 22:03:02 +01:00
Sipke Schoorstra 62afa2f918 Fix accidental C#10 syntax 2021-11-22 22:02:55 +01:00
Sipke Schoorstra ecb3ee3ba5 Update elsa-workflow-instance-list-screen.tsx
Fixes #2499
2021-11-22 21:00:38 +01:00