Pass dynamic args to DSL workflows

Hi All,

We have completed the first level of our PoC for Temporal DSL workflows, and it appears to be a good fit for our use case. While exploring the SDK in more depth, I’m curious about how to pass arguments to workflows at runtime from some kind of script or an gRPC I tried searching for relevant posts in the community but couldn’t find any concrete examples. Any guidance or suggestions would be helpful.

The question boils down to how pass dynamic values for variable in yaml file.

We use typescript-sdk for the PoC.

The question boils down to how pass dynamic values for variable in yaml file.

could you provide a small example yaml so its more clear? from question so far i assume you have some values in yaml that are maybe expressed in some scripting language or maybe env var names and you need to resolve them in your workflow code?
if so would use local activity to resolve as that would allow you to write the values in event history to be used during replay.