From e82b2ce50dd668f57d0d67fd5edea26ee09c9c96 Mon Sep 17 00:00:00 2001 From: redartera <120470035+redartera@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:53:43 -0500 Subject: [PATCH] Update flytekit/remote/remote.py Signed-off-by: redartera --- flytekit/remote/remote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flytekit/remote/remote.py b/flytekit/remote/remote.py index 7c3f94fd6b..2d53e4dd4c 100644 --- a/flytekit/remote/remote.py +++ b/flytekit/remote/remote.py @@ -2008,6 +2008,7 @@ def execute_local_workflow( ) -> FlyteWorkflowExecution: """ Execute an @workflow decorated function. + :param entity: The workflow to execute :param inputs: Input dictionary :param project: Project to execute in