Skip to main content

Interface: IActivityResolution

coresdk.activity_result.IActivityResolution

Properties of an ActivityResolution.

Hierarchy

Properties

backoff

Optional backoff: null | $Properties

ActivityResolution backoff

Inherited from

$Properties.backoff


cancelled

Optional cancelled: null | $Properties

ActivityResolution cancelled

Inherited from

$Properties.cancelled


completed

Optional completed: null | $Properties

ActivityResolution completed

Inherited from

$Properties.completed


failed

Optional failed: null | $Properties

ActivityResolution failed

Inherited from

$Properties.failed


status

Optional status: "completed" | "failed" | "cancelled" | "backoff"

ActivityResolution status

Inherited from

$Properties.status