You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#37 seems to be resolved now with my minimal example but when I ran my larger workflow again it still failed. After dissecting each piece I found that an unrelated parameter seems to be causing this same error.
When I change the example CLT / WF from #37 and allow the CLT to have an optional boolean and then edit the WF to interpret the boolean as z: {valueFrom: $(true)} I get the same std error I did in #37. However, the new z parameter is (I think) completely unrelated to the parameter involved with the std error.
#37 seems to be resolved now with my minimal example but when I ran my larger workflow again it still failed. After dissecting each piece I found that an unrelated parameter seems to be causing this same error.
When I change the example CLT / WF from #37 and allow the CLT to have an optional
boolean
and then edit the WF to interpret the boolean asz: {valueFrom: $(true)}
I get the samestd
error I did in #37. However, the newz
parameter is (I think) completely unrelated to the parameter involved with thestd
error.UndefinedVariableError2.5.tar.gz
The text was updated successfully, but these errors were encountered: