new engine workflows

This commit is contained in:
andrea.terzani
2024-09-05 10:14:22 +02:00
parent 3580789de5
commit 967b61a0fe
12 changed files with 79 additions and 34 deletions

View File

@@ -0,0 +1,15 @@
{
"id": "test-workflow",
"version": 1,
"steps": [
{
"id": "step1",
"stepType": "com.olympus.hermione.stepSolversV2.Task1",
"nextStepId": "step2"
},
{
"id": "step2",
"stepType": "com.olympus.hermione.stepSolversV2.Task2"
}
]
}