TaskInstanceSummary

Summary information about a task instance within a workflow run, including its status and execution details.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration of the task instance execution in seconds. This value is null if the task is not complete.

Link copied to clipboard

The name of the Apache Airflow operator used for this task instance.

Link copied to clipboard

The unique identifier of the workflow run that contains this task instance.

Link copied to clipboard

The current status of the task instance.

Link copied to clipboard

The unique identifier of this task instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the workflow that contains this task instance.

Link copied to clipboard

The version of the workflow that contains this task instance.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String