Namespace: ActivityResolution
coresdk.activity_result.ActivityResolution
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { backoff?: $Shape | null ; cancelled?: $Shape | null ; completed?: $Shape | null ; failed?: $Shape | null } & { backoff?: null ; cancelled?: null ; completed?: null ; failed?: null ; status?: undefined } | { backoff?: null ; cancelled?: null ; completed: $Shape ; failed?: null ; status?: "completed" } | { backoff?: null ; cancelled?: null ; completed?: null ; failed: $Shape ; status?: "failed" } | { backoff?: null ; cancelled: $Shape ; completed?: null ; failed?: null ; status?: "cancelled" } | { backoff: $Shape ; cancelled?: null ; completed?: null ; failed?: null ; status?: "backoff" }
Narrowed shape of an ActivityResolution.