Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Updated Kitchensink defs to fix validation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorebanala committed Mar 8, 2019
1 parent 0ef262c commit b0857a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Expand Up @@ -10,11 +10,7 @@
"taskReferenceName": "task_10001",
"inputParameters": {
"mod": "${workflow.input.mod}",
"oddEven": "${workflow.input.oddEven}",
"env": {
"taskId": "${CPEWF_TASK_ID}",
"workflowId": "${HOSTNAME}"
}
"oddEven": "${workflow.input.oddEven}"
},
"type": "SIMPLE",
"taskDefinition": {
Expand Down
Expand Up @@ -10,11 +10,7 @@
"taskReferenceName": "task_1",
"inputParameters": {
"mod": "${workflow.input.mod}",
"oddEven": "${workflow.input.oddEven}",
"env": {
"taskId": "${CPEWF_TASK_ID}",
"workflowId": "${HOSTNAME}"
}
"oddEven": "${workflow.input.oddEven}"
},
"type": "SIMPLE"
},
Expand Down
6 changes: 1 addition & 5 deletions server/src/main/resources/kitchensink.json
Expand Up @@ -8,11 +8,7 @@
"taskReferenceName": "task_1",
"inputParameters": {
"mod": "${workflow.input.mod}",
"oddEven": "${workflow.input.oddEven}",
"env": {
"taskId": "${CPEWF_TASK_ID}",
"workflowId": "${HOSTNAME}"
}
"oddEven": "${workflow.input.oddEven}"
},
"type": "SIMPLE"
},
Expand Down

0 comments on commit b0857a7

Please sign in to comment.