salmon-refrigerator-32115
02/22/2023, 7:04 PMFlyteRemote
to wait for a task from a different workflow execution to complete?
This is a very common use case supported in Airflow by its native ExternalTaskSensor.
I think in Flyte I have to build a User Container Task Plugin to do that.
Or if you can provide the FlyteRemote API call code to check if a task from a different workflow is succeeded, it will be very helpful as well.
Thanks