Hello, Could you point me to an example where I ca...
# ask-the-community
f
Hello, Could you point me to an example where I can customize a task plugin to configure it with
FlyteRemote
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
151 Views