Commit graph

2690 commits

Author SHA1 Message Date
Sipke Schoorstra d249d2b3be Delete SampleActivity.cs 2021-12-15 12:39:22 +01:00
Sipke Schoorstra 0ef39ae069 Update WorkflowDefinitionVersionIdsSpecification.cs 2021-12-15 12:19:29 +01:00
Sipke Schoorstra 57babe6b63 BREAKING: Reset Oracle migrations 2021-12-15 12:14:29 +01:00
Sipke Schoorstra 55c0b01640 Update migrations (except Oracle) 2021-12-15 11:58:46 +01:00
Sipke Schoorstra b6eb9a91e4 BREAKING DB: Add DefinitonVersionId ans optimize workflow registry perf 2021-12-15 11:58:28 +01:00
Sipke Schoorstra 941b7dd6c9 Update WorkflowIsAlreadyExecutingSpecification.cs
Fixes #2589
2021-12-14 22:06:11 +01:00
Sipke Schoorstra c23b2b4de7 Fix workflow instance list view component route change handling 2021-12-14 21:52:06 +01:00
Sipke Schoorstra e47884fd24 Update elsa-monaco.tsx 2021-12-14 19:04:33 +01:00
Sipke Schoorstra 888fa088a6 Use strongly-typed arrays for typescript definitions
Fixes #2584
2021-12-14 14:10:35 +01:00
Sipke Schoorstra ffbac88014 Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-12-14 13:00:30 +01:00
Sipke Schoorstra f01d300e89 Fix history event handler accumulation 2021-12-14 13:00:28 +01:00
吴宏伟 0f7ec55ccb
Update FileExists.cs (#2578) 2021-12-14 12:45:07 +01:00
Sipke Schoorstra e6331b20db Update appveyor.yml 2021-12-10 21:10:01 +01:00
Sipke Schoorstra 24ca5b45a5 Update appveyor.yml 2021-12-10 20:52:10 +01:00
Sipke Schoorstra 56f59fa3d5 Update appveyor.yml 2021-12-10 20:49:37 +01:00
Sipke Schoorstra 593c2a03cf Update appveyor.yml 2021-12-10 20:31:26 +01:00
Sipke Schoorstra 6d26c7a1a9 Update elsa-workflow-instance-list-screen.tsx 2021-12-10 20:31:22 +01:00
Sipke Schoorstra afe37b36de Update appveyor.yml 2021-12-10 19:52:04 +01:00
Sipke Schoorstra 7a48d6236c Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-12-10 19:47:36 +01:00
Sipke Schoorstra 6a5287a3ab Update appveyor.yml 2021-12-10 19:47:34 +01:00
Martin b44a5e0a52 fixed Elsa.WorkflowTesting.Api 2021-12-10 18:39:00 +01:00
Martin 044031f17e fixed build error
removed ImplicitUsings and added missing usings
2021-12-10 18:25:43 +01:00
Sipke Schoorstra ebbdd472ef Update NPM packages 2021-12-10 17:18:40 +01:00
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