processus
Version:
A simple node workflow engine
15 lines (14 loc) • 346 B
JSON
{
"name": "Demo13",
"description": "A demo showing a workflow calling a workflow.",
"tasks": {
"call demo1 workflow": {
"description": "calls the workflow in the file demo1",
"blocking": true,
"handler" : "../taskhandlers/workflowHandler",
"parameters": {
"file": "./test/demo1.json"
}
}
}
}