Builder

class Builder

Properties

Link copied to clipboard

Contains details about a callback operation in a durable execution, including the callback token and timeout configuration.

Link copied to clipboard

Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.

Link copied to clipboard

Details about the context, if this operation represents a context.

Link copied to clipboard

The date and time when the operation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard

Details about the execution, if this operation represents an execution.

Link copied to clipboard
var id: String?

The unique identifier for this operation.

Link copied to clipboard
var 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 date and time when the operation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard

The current status of the operation.

Link copied to clipboard

Details about the step, if this operation represents a step.

Link copied to clipboard

The subtype of the operation, providing additional categorization.

Link copied to clipboard

The type of operation.

Link copied to clipboard

Details about the wait operation, if this operation represents a wait.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard