HTTP templates: the outputs always get overridden with result #13955
Labels
area/agent
Argo Agent that runs for HTTP and Plugin templates
area/templates/http
type/feature
Feature request
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
In Http templates, the output always gets overridden with result.
Below workflow only prints result only and not any other values passed. More details mentioned here #13950 (reply in thread)) #13953
Expected Output:
Received message: 103.158.255.79
URL: https://httpbin.org/get
Received Output:
Received message: {{steps.get.outputs.parameters.result}}
URL: {{steps.get.outputs.parameters.url}}
Version(s)
v3.6.0
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: