Hi all -- has anyone used `dynamic` workflows in c...
# flyte-support
p
Hi all -- has anyone used
dynamic
workflows in combination with reference launchplans (and specifically, the
{{ registration.version }}
macro)? We're observing an issue where it doesn't seem like the macro is getting properly replaced, and I'm wondering if the runtime nature of the dynamic workflow is the underlying cause (i.e., a "classic" workflow gets evaluated at registration time and thus the macro gets replaced properly, but because dynamic workflows skip that step, the macro never gets evaluated)?
f
dynamic wont work with the macro today, but it is possible to change that
p
Got it. Would the only real solution for now be to just hardcode a specific
version
of the workflow we want to call from our
dynamic
?
It would be great to have that macro supported -- as we're starting to integrate some agents into our processes, we're using `conditional`s more frequently (which is necessitating the use of more dynamic workflows)
f
hmm i would love an example
would you be open to contributing
should be straightforward
the macro expansion, is in the translator
p
I am about to head out on my honeymoon next week, so I am not the best one to get this done anytime soon 😝
I think in general we're happy to contribute things back to the project when we can though!
f
ohh ya, enjoy your honey
create an issue for us to track later
p
Will do, I'll describe our situation in the issue
thanks