Skip to content

Commit

Permalink
Wrong json path used to collect the panel version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 6, 2024
1 parent f2bb210 commit 199b963
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"Type": "Choice",
"Choices": [
{
"Variable": "$.workflowInputs.panelName",
"Variable": "$.workflow_inputs.payload.data.inputs.panelVersion",
"IsPresent": true,
"Next": "Get Panel Name from inputs",
"Comment": "Panel Name is set"
Expand All @@ -105,7 +105,7 @@
"Type": "Pass",
"Next": "Get Panel Name Value from SSM Parameter",
"Parameters": {
"panel_name.$": "$.workflow_inputs.panelName"
"panel_name.$": "$.workflow_inputs.payload.data.inputs.panelVersion"
},
"ResultPath": "$.get_panel_name_step"
},
Expand Down

0 comments on commit 199b963

Please sign in to comment.