fast-advantage-42097
06/16/2025, 4:13 PM@schedule
with different parameters being passed into the flow? Is Config
the only option? We have an existing setup where a single Flow is being called with different parameters and migrating it to use Config
is non-trivialvictorious-lawyer-58417
06/16/2025, 4:56 PM@trigger
or @trigger_on_finish
- pass parameters via events, and implement @schedule
-like functionality in the start step (e.g. check if the time matches the parameter passed)fast-advantage-42097
06/16/2025, 4:57 PMvictorious-lawyer-58417
06/16/2025, 4:57 PMDeployer
to trigger a flow with parametersfast-advantage-42097
06/16/2025, 5:01 PMfrom_deployment
is supposed to be Argo only. Deployer would support
⢠looking up existing deployed SFN
⢠triggering it with runtime-defined parameters?victorious-lawyer-58417
06/16/2025, 5:21 PMstep-functions trigger
on the command line for the same effectfast-advantage-42097
06/16/2025, 8:05 PMvictorious-lawyer-58417
06/16/2025, 8:15 PM