new engine workflows
This commit is contained in:
15
src/main/resources/workflow.json
Normal file
15
src/main/resources/workflow.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user