Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update WorkflowExecutor.java (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngledo authored Nov 24, 2023
1 parent 03cf0c1 commit 3afe0b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,8 @@ public MetadataClient getMetadataClient() {
public TaskClient getTaskClient() {
return taskClient;
}

public WorkflowClient getWorkflowClient() {
return workflowClient;
}
}

0 comments on commit 3afe0b5

Please sign in to comment.