Hi guys, is it possible to trigger flyte workflow ...
# ask-the-community
m
Hi guys, is it possible to trigger flyte workflow remotely from other service like a python code? I have a workflow that reads configuration files using hydra and I want to trigger the workflow from a separate python code
k
Yup Refer to flytekit.remote
You can even register via apis everything happens over an api
m
is it possible to override the arguments? The python command to run it locally is
python3 runner.py experiment=something arg1=value1 arg2=value2
Do you have any examples for flytekit remote oand register via api?
c
@Muhammad Haritsah Mukhlis we were working on a similar issue. I continued the discussion here (since it appears when you search for
hydra
against the flyte repo) https://github.com/flyteorg/flyte/discussions/3397#discussioncomment-7730928 .
m
Grwat info, thank you @Cameron Smith