Skip to content

Fix YAML deserializer to bind inherited properties and handle primitive values in custom step types#1395

Open
danielgerlag with Copilot wants to merge 7 commits into
masterfrom
copilot/fix-1375
Open

Fix YAML deserializer to bind inherited properties and handle primitive values in custom step types#1395
danielgerlag with Copilot wants to merge 7 commits into
masterfrom
copilot/fix-1375

Update src/WorkflowCore.DSL/Services/DefinitionLoader.cs

b2e8967
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / PostgreSQL Test Results succeeded Oct 11, 2025 in 0s

22 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test-results/PostgreSQLTests.trx

22 tests were completed in 74s with 22 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WorkflowCore.Tests.PostgreSQL.PostgresPersistenceProviderFixture 6✅ 3s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresActivityScenario 1✅ 1s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresBasicScenario 1✅ 143ms
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresDataScenario 1✅ 164ms
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresDelayScenario 1✅ 9s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresDynamicDataScenario 1✅ 143ms
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresEventScenario 1✅ 3s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresForeachScenario 2✅ 271ms
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresForkScenario 1✅ 140ms
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresIfScenario 1✅ 7s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresRetrySagaScenario 1✅ 10s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresSagaScenario 2✅ 262ms
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresUserScenario 1✅ 5s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresWhenScenario 1✅ 4s
WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresWhileScenario 1✅ 17s

✅ WorkflowCore.Tests.PostgreSQL.PostgresPersistenceProviderFixture

✅ ConcurrentPersistWorkflow
✅ CreateNewWorkflow_should_generate_id
✅ GetWorkflowInstance_should_retrieve_workflow
✅ GetWorkflowInstances_should_retrieve_workflows
✅ PersistWorkflow
✅ PersistWorkflow_with_subscriptions

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresActivityScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresBasicScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresDataScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresDelayScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresDynamicDataScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresEventScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresForeachScenario

✅ EmptyCollectionSequentialScenario
✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresForkScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresIfScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresRetrySagaScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresSagaScenario

✅ ExceptionScenario
✅ NoExceptionScenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresUserScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresWhenScenario

✅ Scenario

✅ WorkflowCore.Tests.PostgreSQL.Scenarios.PostgresWhileScenario

✅ Scenario