Skip to main content

Interface: IRecordActivityTaskHeartbeatRequest

workflowservice.v1.IRecordActivityTaskHeartbeatRequest

Properties of a RecordActivityTaskHeartbeatRequest.

Hierarchy

Properties

details

Optional details: null | $Properties

Arbitrary data, of which the most recent call is kept, to store for this activity

Inherited from

$Properties.details


identity

Optional identity: null | string

The identity of the worker/client

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

RecordActivityTaskHeartbeatRequest namespace

Inherited from

$Properties.namespace


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.

Inherited from

$Properties.resourceId


taskToken

Optional taskToken: null | Uint8Array

The task token as received in PollActivityTaskQueueResponse

Inherited from

$Properties.taskToken