Replies: 4 comments
|
I also have this issue, I'd like to have a dynamic timeoutSeconds based on each http endpoint call. |
0 replies
|
Still having this issue today, dynamic |
0 replies
|
Same here, tried both as numeric and string values with the same error |
0 replies
|
Any updates on this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am trying to use a parameter for the
timeoutSecondsattribute of the HTTP templateUnfortunately when deploying such a resource, I am getting the following error in Argo Workflows UI:
The problem is, that I need the quotes around the Go template that resolves the parameter - but in turn they set the datatype to
stringcausing deserialization to fail.Has anyone a suggestion on how I can fix / work around this?
All reactions