elsa-core/test/integration/Elsa.Activities.IntegrationTests/Flow/Workflows
Sipke Schoorstra 39dae54604
Add integration and unit tests for Start activity across different workflow scenarios (#7111)
- Introduced three test workflows:
  - `StartInFlowchartAsExplicitStartWorkflow`: Verifies the explicit `Start` activity in a flowchart as a starting point.
  - `StartInFlowchartWithStartPropertyWorkflow`: Confirms precedence of `Flowchart.Start` property over the `Start` activity.
  - `StartInSequenceWorkflow`: Demonstrates successful `Start` activity usage in a sequence.

- Added integration tests (`StartTests`) ensuring expected execution flows and `Start` activity behavior for each workflow.
- Added unit tests validating `Start` activity implementation and compliance with `IStartNode`.
- Ensures test coverage for `Start` activity behavior across flowchart, sequence, and property overrides.
2025-11-27 09:24:33 +01:00
..
EndInFlowchartWorkflow.cs Add integration and unit tests for End activity and update flowchart termination logic (#7109) 2025-11-26 12:26:04 +01:00
EndInSequenceWorkflow.cs Add integration and unit tests for End activity and update flowchart termination logic (#7109) 2025-11-26 12:26:04 +01:00
StartInFlowchartAsExplicitStartWorkflow.cs Add integration and unit tests for Start activity across different workflow scenarios (#7111) 2025-11-27 09:24:33 +01:00
StartInFlowchartWithStartPropertyWorkflow.cs Add integration and unit tests for Start activity across different workflow scenarios (#7111) 2025-11-27 09:24:33 +01:00
StartInSequenceWorkflow.cs Add integration and unit tests for Start activity across different workflow scenarios (#7111) 2025-11-27 09:24:33 +01:00