Skip to main content

Interface: GetActivityHandleOptions

client.GetActivityHandleOptions

Options for ActivityClient.getHandleWithOptions.

Standalone Activities are experimental. APIs may be subject to change.

Properties

runId

Optional runId: string

If provided, targets this specific Activity run. If absent, the handle targets the latest run.


typeInfo

Optional typeInfo: Pick<PayloadTypeInfo, "outputType">

Type information used to decode the Activity result.