OperationUpdate

An update to be applied to an operation during checkpointing.

Types

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

Properties

Link copied to clipboard

The action to take on the operation.

Link copied to clipboard

Configuration options for callback operations in durable executions, including timeout settings and retry behavior.

Link copied to clipboard

Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.

Link copied to clipboard

Options for context operations.

Link copied to clipboard

The error information for failed operations.

Link copied to clipboard
val id: String

The unique identifier for this operation.

Link copied to clipboard
val name: String?

The customer-provided name for this operation.

Link copied to clipboard

The unique identifier of the parent operation, if this operation is running within a child context.

Link copied to clipboard

The payload for successful operations.

Link copied to clipboard

Options for step operations.

Link copied to clipboard

The subtype of the operation, providing additional categorization.

Link copied to clipboard

The type of operation to update.

Link copied to clipboard

Options for wait operations.

Functions

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