<@U06RKAMK0UC> i would like to schedule a periodic...
# ask-ai
p
@ancient-wolf-19325 i would like to schedule a periodic launchplan. the workflow corresponding to that launchplan takes a string parameter. that string represents an Id, and needs to be dynamic. can i dynamically set that id, either in the launchplan definition or via some other flyte mechanism?
j
It seems likely that you can dynamically set parameters for a launch plan using FlyteRemote, as Flytectl does not support dynamic parameter updates directly during activation. According to Flyte discussion on dynamic launch plans, you can programmatically create and activate launch plans with varying parameters using FlyteRemote. Would you like more details on how to implement this? Sources: - Flyte discussion on dynamic launch plans 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.