Simplify Workflow Variables with JS #610
Annotations
10 errors and 11 warnings
ubuntu-latest
[xUnit.net 00:00:01.27] Child activity receives workflow input from parent even if same name. [FAIL]
|
Child activity receives workflow input from parent even if same name.:
_/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ParentChildInputs/Tests.cs#L39
Assert.Equal() Failure: Collections differ
↓ (pos 1)
Expected: string[] ["Parent: Foo", "Child: Bar"]
Actual: List<string> ["Parent: Foo", "Child: null"]
↑ (pos 1)
|
ubuntu-latest
[xUnit.net 00:00:01.43] Child activity receives input from parent event if same name and does not use global workflow input. [FAIL]
|
Child activity receives input from parent event if same name and does not use global workflow input.:
_/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/ParentChildInputs/Tests.cs#L62
Assert.Equal() Failure: Collections differ
↓ (pos 1)
Expected: string[] ["Parent: Foo", "Child: Foo"]
Actual: List<string> ["Parent: Foo", "Child: null"]
↑ (pos 1)
|
ubuntu-latest
[xUnit.net 00:00:02.89] Elsa.Workflows.IntegrationTests.Scenarios.HttpRequestWithLiquid.Tests.GetProducts [FAIL]
|
Elsa.Workflows.IntegrationTests.Scenarios.HttpRequestWithLiquid.Tests.GetProducts:
_/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/HttpRequestWithLiquid/Tests.cs#L35
Assert.Contains() Failure: Item not found in collection
Collection: ["First product id: ", "First product price rounded: 0", "First product as json: null", "Second product id: ", "Single product id: ", ···]
Not found: "First product id: 1"
|
ubuntu-latest
[xUnit.net 00:00:00.51] Serialize large unicode string using JavaScript's toJson function [FAIL]
|
Serialize large unicode string using JavaScript's toJson function:
_/test/integration/Elsa.JavaScript.IntegrationTests/VariablesInteropTests.cs#L38
Jint.Runtime.JavaScriptException : Cannot read property 'text' of undefined
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Cannot read property 'text' of undefined
|
ubuntu-latest
Target "Test" has thrown an exception
|
ubuntu-latest
Process completed with exit code 255.
|
ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ubuntu-latest
/usr/share/dotnet/sdk/8.0.401/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Hangfire/Elsa.Hangfire.csproj::TargetFramework=net8.0]
|
ubuntu-latest
MSBUILD : warning : Fody: No configuration entry found for the installed weaver ConfigureAwait. This weaver will be skipped. You may want to add this weaver to your FodyWeavers.xml [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Agents.Persistence.EntityFrameworkCore/Elsa.Agents.Persistence.EntityFrameworkCore.csproj::TargetFramework=net6.0]
|
ubuntu-latest
Proto/Shared.proto(5,1): warning : warning: Import google/protobuf/empty.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net8.0]
|
ubuntu-latest
Proto/Shared.proto(6,1): warning : warning: Import google/protobuf/wrappers.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net8.0]
|
ubuntu-latest
Proto/WorkflowInstance.Messages.proto(5,1): warning : warning: Import google/protobuf/empty.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net8.0]
|
ubuntu-latest
Proto/WorkflowInstance.Messages.proto(6,1): warning : warning: Import google/protobuf/wrappers.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net8.0]
|
ubuntu-latest
MSBUILD : warning : Fody: No configuration entry found for the installed weaver ConfigureAwait. This weaver will be skipped. You may want to add this weaver to your FodyWeavers.xml [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Agents.Persistence.EntityFrameworkCore/Elsa.Agents.Persistence.EntityFrameworkCore.csproj::TargetFramework=net8.0]
|
ubuntu-latest
Proto/Shared.proto(6,1): warning : warning: Import google/protobuf/wrappers.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net6.0]
|
ubuntu-latest
Proto/Shared.proto(5,1): warning : warning: Import google/protobuf/empty.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net6.0]
|
ubuntu-latest
Proto/WorkflowInstance.Messages.proto(6,1): warning : warning: Import google/protobuf/wrappers.proto is unused. [/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Runtime.ProtoActor/Elsa.Workflows.Runtime.ProtoActor.csproj::TargetFramework=net6.0]
|