Interface ExecutionOuterClass.ExecutionClosureOrBuilder

    • Method Detail

      • hasOutputs

        boolean hasOutputs()
         A map of outputs in the case of a successful execution.
         
        .flyteidl.admin.LiteralMapBlob outputs = 1;
        Returns:
        Whether the outputs field is set.
      • getOutputs

        ExecutionOuterClass.LiteralMapBlob getOutputs()
         A map of outputs in the case of a successful execution.
         
        .flyteidl.admin.LiteralMapBlob outputs = 1;
        Returns:
        The outputs.
      • hasError

        boolean hasError()
         Error information in the case of a failed execution.
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        Whether the error field is set.
      • getError

        Execution.ExecutionError getError()
         Error information in the case of a failed execution.
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        The error.
      • getErrorOrBuilder

        Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
         Error information in the case of a failed execution.
         
        .flyteidl.core.ExecutionError error = 2;
      • getAbortCause

        @Deprecated
        java.lang.String getAbortCause()
        Deprecated.
         In the case of a user-specified abort, this will pass along the user-supplied cause.
         
        string abort_cause = 10 [deprecated = true];
        Returns:
        The abortCause.
      • getAbortCauseBytes

        @Deprecated
        com.google.protobuf.ByteString getAbortCauseBytes()
        Deprecated.
         In the case of a user-specified abort, this will pass along the user-supplied cause.
         
        string abort_cause = 10 [deprecated = true];
        Returns:
        The bytes for abortCause.
      • hasAbortMetadata

        boolean hasAbortMetadata()
         In the case of a user-specified abort, this will pass along the user and their supplied cause.
         
        .flyteidl.admin.AbortMetadata abort_metadata = 12;
        Returns:
        Whether the abortMetadata field is set.
      • getAbortMetadata

        ExecutionOuterClass.AbortMetadata getAbortMetadata()
         In the case of a user-specified abort, this will pass along the user and their supplied cause.
         
        .flyteidl.admin.AbortMetadata abort_metadata = 12;
        Returns:
        The abortMetadata.
      • getAbortMetadataOrBuilder

        ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadataOrBuilder()
         In the case of a user-specified abort, this will pass along the user and their supplied cause.
         
        .flyteidl.admin.AbortMetadata abort_metadata = 12;
      • hasComputedInputs

        @Deprecated
        boolean hasComputedInputs()
        Deprecated.
         Inputs computed and passed for execution.
         computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
         
        .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
        Returns:
        Whether the computedInputs field is set.
      • getComputedInputs

        @Deprecated
        Literals.LiteralMap getComputedInputs()
        Deprecated.
         Inputs computed and passed for execution.
         computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
         
        .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
        Returns:
        The computedInputs.
      • getComputedInputsOrBuilder

        @Deprecated
        Literals.LiteralMapOrBuilder getComputedInputsOrBuilder()
        Deprecated.
         Inputs computed and passed for execution.
         computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
         
        .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
      • getPhaseValue

        int getPhaseValue()
         Most recent recorded phase for the execution.
         
        .flyteidl.core.WorkflowExecution.Phase phase = 4;
        Returns:
        The enum numeric value on the wire for phase.
      • getPhase

        Execution.WorkflowExecution.Phase getPhase()
         Most recent recorded phase for the execution.
         
        .flyteidl.core.WorkflowExecution.Phase phase = 4;
        Returns:
        The phase.
      • hasStartedAt

        boolean hasStartedAt()
         Reported ime at which the execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
        Returns:
        Whether the startedAt field is set.
      • getStartedAt

        com.google.protobuf.Timestamp getStartedAt()
         Reported ime at which the execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
        Returns:
        The startedAt.
      • getStartedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
         Reported ime at which the execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
      • hasDuration

        boolean hasDuration()
         The amount of time the execution spent running.
         
        .google.protobuf.Duration duration = 6;
        Returns:
        Whether the duration field is set.
      • getDuration

        com.google.protobuf.Duration getDuration()
         The amount of time the execution spent running.
         
        .google.protobuf.Duration duration = 6;
        Returns:
        The duration.
      • getDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
         The amount of time the execution spent running.
         
        .google.protobuf.Duration duration = 6;
      • hasCreatedAt

        boolean hasCreatedAt()
         Reported time at which the execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        com.google.protobuf.Timestamp getCreatedAt()
         Reported time at which the execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
         Reported time at which the execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
      • hasUpdatedAt

        boolean hasUpdatedAt()
         Reported time at which the execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
        Returns:
        Whether the updatedAt field is set.
      • getUpdatedAt

        com.google.protobuf.Timestamp getUpdatedAt()
         Reported time at which the execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
        Returns:
        The updatedAt.
      • getUpdatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
         Reported time at which the execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
      • getNotificationsList

        java.util.List<Common.Notification> getNotificationsList()
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotifications

        Common.Notification getNotifications​(int index)
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotificationsCount

        int getNotificationsCount()
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotificationsOrBuilderList

        java.util.List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotificationsOrBuilder

        Common.NotificationOrBuilder getNotificationsOrBuilder​(int index)
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • hasWorkflowId

        boolean hasWorkflowId()
         Identifies the workflow definition for this execution.
         
        .flyteidl.core.Identifier workflow_id = 11;
        Returns:
        Whether the workflowId field is set.
      • getWorkflowId

        IdentifierOuterClass.Identifier getWorkflowId()
         Identifies the workflow definition for this execution.
         
        .flyteidl.core.Identifier workflow_id = 11;
        Returns:
        The workflowId.