conductor_playground/workflows/test_myworker_workflow.json

42 lines
934 B
JSON

{
"ownerApp": null,
"createTime": 1666338703554,
"updateTime": 1666345110218,
"createdBy": null,
"updatedBy": null,
"name": "test_myworker",
"description": "Test myworker",
"version": 1,
"tasks": [
{
"name": "init",
"taskReferenceName": "init",
"description": null,
"inputParameters": {
"cycles": 5
},
"type": "SET_VARIABLE"
},
{
"name": "mytask",
"taskReferenceName": "test_mytask",
"description": "Task to test mytask",
"inputParameters": {
"cycles": "${workflow.variables.cycles}"
},
"type": "SIMPLE"
}
],
"inputParameters": [],
"outputParameters": {},
"failureWorkflow": null,
"schemaVersion": 2,
"restartable": true,
"workflowStatusListenerEnabled": false,
"ownerEmail": "example@email.com",
"timeoutPolicy": "ALERT_ONLY",
"timeoutSeconds": 0,
"variables": {},
"inputTemplate": {}
}