some-tent-23078
05/09/2024, 11:59 PMvictorious-lawyer-58417
05/10/2024, 1:46 AMvictorious-lawyer-58417
05/10/2024, 1:47 AMsome-tent-23078
05/10/2024, 1:51 AMMetaflowEvent with a payload (this translates to ArgoEvent, at least for us)victorious-lawyer-58417
05/10/2024, 2:01 AMlogs, dump, trigger etc), which you can call from any language runtimestraight-shampoo-11124
05/10/2024, 2:05 AMsome-tent-23078
05/10/2024, 4:35 PMAt least some of these you can do with the CLI today (Hi @victorious-lawyer-58417 is there a way to trigger a workflow without having access to the source of the workflow? This is kind of what we need to be able to trigger a Flow through another service. Triggering through events is one way I can think of, but it will be nice to be able to trigger the exact workflow. The events can be listened to by multiple workflows, so it is not a super precise mechanism.,logs,dumpetc), which you can call from any language runtimetrigger
victorious-lawyer-58417
05/10/2024, 4:39 PMpython helloflow.py argo-workflows trigger on the CLI. When you combine that with @project and --branch etc, it'll trigger a specific variant of the flowvictorious-lawyer-58417
05/10/2024, 4:40 PM@project, you can have multiple variants of the same flow listening to a specific event, so it is a precise mechanism in that sensesome-tent-23078
05/10/2024, 4:44 PMsome-tent-23078
05/10/2024, 4:46 PMvictorious-lawyer-58417
05/10/2024, 4:50 PMmetaflow.DataTriggerFlow.end or something like that, but I understand the concern