15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"id": "test-workflow",
|
|
"version": 1,
|
|
"steps": [
|
|
{
|
|
"id": "step1",
|
|
"stepType": "com.olympus.hermione.stepSolversV2.Task1",
|
|
"nextStepId": "step2"
|
|
},
|
|
{
|
|
"id": "step2",
|
|
"stepType": "com.olympus.hermione.stepSolversV2.Task2"
|
|
}
|
|
]
|
|
} |