ExecutionDetails

Describes the details of the flow run, including the timestamp, status, and message.

Types

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

Properties

Link copied to clipboard

Describes the details of the most recent flow run.

Link copied to clipboard

Specifies the status of the most recent flow run.

Link copied to clipboard

Specifies the time of the most recent flow run.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionDetails.Builder.() -> Unit = {}): ExecutionDetails
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