supplied ValueFrom is ignoring default #7905
-
I try to implement an approve - release workflow, have a timeout on the approve step and be able to react if the timeout has expired. The documentation of the SupppliedValueFrom: Is is working, but it is not of practical use if I have no duration set on the suspend Template. So I have modified it according to the documentation found here: This is only the changed part of the example:
If I run the workflow, and do not supply a value from outside, after 60 seconds the output printed by the "release" step is: But I am expecting the "release" step to print: If I feed a value to the parameter per REST API, and set it to e.g. "AP has approved this!", and then I resume the workflow - also per REST API in my case - the "release" step is, indeed, printing the value which have passed: What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We fixed a related issue recently. Could you try upgrading to v3.3.0-rc4? |
Beta Was this translation helpful? Give feedback.
-
This should have been fixed in v3.6.0: #12960 |
Beta Was this translation helpful? Give feedback.
This should have been fixed in v3.6.0: #12960