Skip to content

Commit

Permalink
fix: turn to array
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudakatux committed Oct 9, 2023
1 parent 00dd458 commit 0b207c5
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 287 deletions.
167 changes: 83 additions & 84 deletions image-effects/workflows/image_effects.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,86 @@
{
"createTime": 1680587906517,
"updateTime": 1680587906516,
"name": "image_effects",
"description": "Image Effects Workflow: https://docs.google.com/document/d/e/2PACX-1vQWKozE5-rLbzf4Uf6Lfy8aq3zH9--k4XoWjYEAWZ2VUAQnVO76oHkYezyhvDq3G1ADS2awcMyROboy/pub",
"version": 1,
"tasks": [
{
"name": "image_effects_prefork",
"taskReferenceName": "image_effects_prefork_ref",
"inputParameters": {
"fileLocations": "${workflow.input.fileLocations}",
"recipeInfos": "${workflow.input.recipeInfos}"
[
{
"createTime": 1680587906517,
"updateTime": 1680587906516,
"name": "image_effects",
"description": "Image Effects Workflow: https://docs.google.com/document/d/e/2PACX-1vQWKozE5-rLbzf4Uf6Lfy8aq3zH9--k4XoWjYEAWZ2VUAQnVO76oHkYezyhvDq3G1ADS2awcMyROboy/pub",
"version": 1,
"tasks": [
{
"name": "image_effects_prefork",
"taskReferenceName": "image_effects_prefork_ref",
"inputParameters": {
"fileLocations": "${workflow.input.fileLocations}",
"recipeInfos": "${workflow.input.recipeInfos}"
},
"type": "SIMPLE",
"decisionCases": {},
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": [],
"cacheKey": {},
"cacheTTL": 0,
"onStateChange": {}
},
"type": "SIMPLE",
"decisionCases": {},
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": [],
"cacheKey": {},
"cacheTTL": 0,
"onStateChange": {}
},
{
"name": "image_effects_fork",
"taskReferenceName": "image_effects_fork_ref",
"inputParameters": {
"dynamicTasks": "${image_effects_prefork_ref.output.dynamicTasks}",
"dynamicTasksInput": "${image_effects_prefork_ref.output.dynamicTasksInput}"
{
"name": "image_effects_fork",
"taskReferenceName": "image_effects_fork_ref",
"inputParameters": {
"dynamicTasks": "${image_effects_prefork_ref.output.dynamicTasks}",
"dynamicTasksInput": "${image_effects_prefork_ref.output.dynamicTasksInput}"
},
"type": "FORK_JOIN_DYNAMIC",
"decisionCases": {},
"dynamicForkTasksParam": "dynamicTasks",
"dynamicForkTasksInputParamName": "dynamicTasksInput",
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": [],
"cacheKey": {},
"cacheTTL": 0,
"onStateChange": {}
},
"type": "FORK_JOIN_DYNAMIC",
"decisionCases": {},
"dynamicForkTasksParam": "dynamicTasks",
"dynamicForkTasksInputParamName": "dynamicTasksInput",
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": [],
"cacheKey": {},
"cacheTTL": 0,
"onStateChange": {}
{
"name": "image_effects_join",
"taskReferenceName": "image_effects_join_ref",
"inputParameters": {},
"type": "JOIN",
"decisionCases": {},
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": [],
"cacheKey": {},
"cacheTTL": 0,
"onStateChange": {}
}
],
"inputParameters": ["fileLocations", "recipeInfos"],
"outputParameters": {
"fileLocations": "${image_effects_join_ref.output}"
},
{
"name": "image_effects_join",
"taskReferenceName": "image_effects_join_ref",
"inputParameters": {},
"type": "JOIN",
"decisionCases": {},
"defaultCase": [],
"forkTasks": [],
"startDelay": 0,
"joinOn": [],
"optional": false,
"defaultExclusiveJoinTask": [],
"asyncComplete": false,
"loopOver": [],
"cacheKey": {},
"cacheTTL": 0,
"onStateChange": {}
}
],
"inputParameters": [
"fileLocations",
"recipeInfos"
],
"outputParameters": {
"fileLocations": "${image_effects_join_ref.output}"
},
"schemaVersion": 2,
"restartable": true,
"workflowStatusListenerEnabled": true,
"ownerEmail": "[email protected]",
"timeoutPolicy": "ALERT_ONLY",
"timeoutSeconds": 0,
"variables": {},
"inputTemplate": {},
"onStateChange": {}
}
"schemaVersion": 2,
"restartable": true,
"workflowStatusListenerEnabled": true,
"ownerEmail": "[email protected]",
"timeoutPolicy": "ALERT_ONLY",
"timeoutSeconds": 0,
"variables": {},
"inputTemplate": {},
"onStateChange": {}
}
]
Loading

0 comments on commit 0b207c5

Please sign in to comment.