Skip to content

Commit 56d9c71

Browse files
authored
Update confluence-sfn-workflow.asl.json
added consensus to output module
1 parent 32349a6 commit 56d9c71

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

workflow-step-function/modules/sfn/confluence-sfn-workflow.asl.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,7 +2831,8 @@
28312831
"sic4dvar",
28322832
"swot",
28332833
"validation",
2834-
"ssc"
2834+
"ssc",
2835+
"consensus"
28352836
]
28362837
},
28372838
"JobName.$": "States.Format('confluence-output-{}-{}-{}-{}',$.run_type, $.version, $.counter, $.context_index)",
@@ -2945,7 +2946,8 @@
29452946
"sic4dvar",
29462947
"swot",
29472948
"validation",
2948-
"lakeflow"
2949+
"lakeflow",
2950+
"consensus"
29492951
]
29502952
},
29512953
"JobName.$": "States.Format('confluence-output-{}-{}-{}-{}',$.run_type, $.version, $.counter, $.context_index)",
@@ -3060,7 +3062,8 @@
30603062
"swot",
30613063
"validation",
30623064
"ssc",
3063-
"lakeflow"
3065+
"lakeflow",
3066+
"consensus"
30643067
]
30653068
},
30663069
"JobName.$": "States.Format('confluence-output-{}-{}-{}-{}',$.run_type, $.version, $.counter, $.context_index)",
@@ -3173,7 +3176,8 @@
31733176
"sad",
31743177
"sic4dvar",
31753178
"swot",
3176-
"validation"
3179+
"validation",
3180+
"consensus"
31773181
]
31783182
},
31793183
"JobName.$": "States.Format('confluence-output-{}-{}-{}-{}',$.run_type, $.version, $.counter, $.context_index)",

0 commit comments

Comments
 (0)