elsa-core/test/integration/Elsa.Alterations.IntegrationTests/Workflows/version-2.json
Sipke Schoorstra d56e9cd852
Add integration tests for migration in Elsa.Alterations module
- Created a new `Elsa.Alterations.IntegrationTests` project.
- Added `MigrationTests` to validate workflows migration from version 1 to 2.
- Updated solution file to include the new integration tests project.
2025-09-28 20:44:55 +02:00

41 lines
922 B
JSON

{
"id": "4aca2e3aa79475d3",
"definitionId": "my-workflow",
"name": "Version 2",
"version": 2,
"toolVersion": "3.0.0.0",
"root": {
"type": "Elsa.Flowchart",
"version": 1,
"id": "52ae1d65f7896a9e",
"nodeId": "Workflow1:52ae1d65f7896a9e",
"activities": [
{
"text": {
"typeName": "String",
"expression": {
"type": "Literal",
"value": "Version 2"
}
},
"id": "3a1ab61a351fe232",
"nodeId": "Workflow1:52ae1d65f7896a9e:3a1ab61a351fe232",
"name": "WriteLine1",
"type": "Elsa.WriteLine",
"metadata": {
"designer": {
"position": {
"x": -121.796875,
"y": 272
},
"size": {
"width": 139.296875,
"height": 50
}
}
}
}
],
"connections": []
}
}