Hi Flyte community, Is the recommended approach f...
# ask-the-community
j
Hi Flyte community, Is the recommended approach for executing Flyte workflows from Java code using https://github.com/flyteorg/flytekit-java/blob/5bdf81b14911285aa9a15f631a1e84fb74c4755a/jflyte/src/main/java/org/flyte/jflyte/FlyteAdminClient.java or calling the CreateExecute operation directly via GRPC stubs generated from https://mvnrepository.com/artifact/org.flyte/flyteidl-protos?
k
You can use the flytekit.remote to create executions or interact
j
Is flytekit.remote recommended for Java applications as well?
151 Views