Interface Event.DynamicWorkflowNodeMetadataOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         id represents the unique identifier of the workflow.
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        Whether the id field is set.
      • hasCompiledWorkflow

        boolean hasCompiledWorkflow()
         Represents the compiled representation of the embedded dynamic workflow.
         
        .flyteidl.core.CompiledWorkflowClosure compiled_workflow = 2;
        Returns:
        Whether the compiledWorkflow field is set.
      • getCompiledWorkflow

        Compiler.CompiledWorkflowClosure getCompiledWorkflow()
         Represents the compiled representation of the embedded dynamic workflow.
         
        .flyteidl.core.CompiledWorkflowClosure compiled_workflow = 2;
        Returns:
        The compiledWorkflow.
      • getCompiledWorkflowOrBuilder

        Compiler.CompiledWorkflowClosureOrBuilder getCompiledWorkflowOrBuilder()
         Represents the compiled representation of the embedded dynamic workflow.
         
        .flyteidl.core.CompiledWorkflowClosure compiled_workflow = 2;