Uses of Interface
flyteidl.core.Workflow.WorkflowTemplateOrBuilder
-
Packages that use Workflow.WorkflowTemplateOrBuilder Package Description flyteidl.admin flyteidl.core -
-
Uses of Workflow.WorkflowTemplateOrBuilder in flyteidl.admin
Methods in flyteidl.admin that return Workflow.WorkflowTemplateOrBuilder Modifier and Type Method Description Workflow.WorkflowTemplateOrBuilderWorkflowOuterClass.WorkflowSpec.Builder. getSubWorkflowsOrBuilder(int index)Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows).Workflow.WorkflowTemplateOrBuilderWorkflowOuterClass.WorkflowSpec. getSubWorkflowsOrBuilder(int index)Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows).Workflow.WorkflowTemplateOrBuilderWorkflowOuterClass.WorkflowSpecOrBuilder. getSubWorkflowsOrBuilder(int index)Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows).Workflow.WorkflowTemplateOrBuilderWorkflowOuterClass.WorkflowSpec.Builder. getTemplateOrBuilder()Template of the task that encapsulates all the metadata of the workflow.Workflow.WorkflowTemplateOrBuilderWorkflowOuterClass.WorkflowSpec. getTemplateOrBuilder()Template of the task that encapsulates all the metadata of the workflow.Workflow.WorkflowTemplateOrBuilderWorkflowOuterClass.WorkflowSpecOrBuilder. getTemplateOrBuilder()Template of the task that encapsulates all the metadata of the workflow.Methods in flyteidl.admin that return types with arguments of type Workflow.WorkflowTemplateOrBuilder Modifier and Type Method Description java.util.List<? extends Workflow.WorkflowTemplateOrBuilder>WorkflowOuterClass.WorkflowSpec.Builder. getSubWorkflowsOrBuilderList()Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows).java.util.List<? extends Workflow.WorkflowTemplateOrBuilder>WorkflowOuterClass.WorkflowSpec. getSubWorkflowsOrBuilderList()Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows).java.util.List<? extends Workflow.WorkflowTemplateOrBuilder>WorkflowOuterClass.WorkflowSpecOrBuilder. getSubWorkflowsOrBuilderList()Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows). -
Uses of Workflow.WorkflowTemplateOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Workflow.WorkflowTemplateOrBuilder Modifier and Type Class Description static classWorkflow.WorkflowTemplateFlyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable, directed acyclic graph.static classWorkflow.WorkflowTemplate.BuilderFlyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable, directed acyclic graph.Methods in flyteidl.core that return Workflow.WorkflowTemplateOrBuilder Modifier and Type Method Description Workflow.WorkflowTemplateOrBuilderDynamicJob.DynamicJobSpec.Builder. getSubworkflowsOrBuilder(int index)[Optional] A complete list of task specs referenced in nodes.Workflow.WorkflowTemplateOrBuilderDynamicJob.DynamicJobSpec. getSubworkflowsOrBuilder(int index)[Optional] A complete list of task specs referenced in nodes.Workflow.WorkflowTemplateOrBuilderDynamicJob.DynamicJobSpecOrBuilder. getSubworkflowsOrBuilder(int index)[Optional] A complete list of task specs referenced in nodes.Workflow.WorkflowTemplateOrBuilderCompiler.CompiledWorkflow.Builder. getTemplateOrBuilder()Completely contained Workflow TemplateWorkflow.WorkflowTemplateOrBuilderCompiler.CompiledWorkflow. getTemplateOrBuilder()Completely contained Workflow TemplateWorkflow.WorkflowTemplateOrBuilderCompiler.CompiledWorkflowOrBuilder. getTemplateOrBuilder()Completely contained Workflow TemplateWorkflow.WorkflowTemplateOrBuilderWorkflowClosureOuterClass.WorkflowClosure.Builder. getWorkflowOrBuilder()required.Workflow.WorkflowTemplateOrBuilderWorkflowClosureOuterClass.WorkflowClosure. getWorkflowOrBuilder()required.Workflow.WorkflowTemplateOrBuilderWorkflowClosureOuterClass.WorkflowClosureOrBuilder. getWorkflowOrBuilder()required.Methods in flyteidl.core that return types with arguments of type Workflow.WorkflowTemplateOrBuilder Modifier and Type Method Description java.util.List<? extends Workflow.WorkflowTemplateOrBuilder>DynamicJob.DynamicJobSpec.Builder. getSubworkflowsOrBuilderList()[Optional] A complete list of task specs referenced in nodes.java.util.List<? extends Workflow.WorkflowTemplateOrBuilder>DynamicJob.DynamicJobSpec. getSubworkflowsOrBuilderList()[Optional] A complete list of task specs referenced in nodes.java.util.List<? extends Workflow.WorkflowTemplateOrBuilder>DynamicJob.DynamicJobSpecOrBuilder. getSubworkflowsOrBuilderList()[Optional] A complete list of task specs referenced in nodes.
-