Skip to main content

Interface: IUnpauseActivityRequest

workflowservice.v1.IUnpauseActivityRequest

Properties of an UnpauseActivityRequest.

Hierarchy

Properties

activity

Optional activity: "id" | "type" | "unpauseAll"

either activity id or activity type must be provided

Inherited from

$Properties.activity


execution

Optional execution: null | $Properties

Execution info of the workflow which scheduled this activity

Inherited from

$Properties.execution


id

Optional id: null | string

Only the activity with this ID will be unpaused.

Inherited from

$Properties.id


identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


jitter

Optional jitter: null | $Properties

If set, the activity will start at a random time within the specified jitter duration.

Inherited from

$Properties.jitter


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity.

Inherited from

$Properties.namespace


resetAttempts

Optional resetAttempts: null | boolean

Providing this flag will also reset the number of attempts.

Inherited from

$Properties.resetAttempts


resetHeartbeat

Optional resetHeartbeat: null | boolean

Providing this flag will also reset the heartbeat details.

Inherited from

$Properties.resetHeartbeat


type

Optional type: null | string

Unpause all running activities with of this type.

Inherited from

$Properties.type


unpauseAll

Optional unpauseAll: null | boolean

Unpause all running activities.

Inherited from

$Properties.unpauseAll