Interface ExecutionOuterClass.ExecutionOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Unique identifier of the workflow execution.
         
        .flyteidl.core.WorkflowExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.
      • hasSpec

        boolean hasSpec()
         User-provided configuration and inputs for launching the execution.
         
        .flyteidl.admin.ExecutionSpec spec = 2;
        Returns:
        Whether the spec field is set.
      • getSpec

        ExecutionOuterClass.ExecutionSpec getSpec()
         User-provided configuration and inputs for launching the execution.
         
        .flyteidl.admin.ExecutionSpec spec = 2;
        Returns:
        The spec.
      • hasClosure

        boolean hasClosure()
         Execution results.
         
        .flyteidl.admin.ExecutionClosure closure = 3;
        Returns:
        Whether the closure field is set.