Skip to main content

Interface: IRecordActivityTaskHeartbeatByIdRequest

workflowservice.v1.IRecordActivityTaskHeartbeatByIdRequest

Properties of a RecordActivityTaskHeartbeatByIdRequest.

Implemented by

Properties

activityId

Optional activityId: null | string

Id of the activity we're heartbeating


details

Optional details: null | IPayloads

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


identity

Optional identity: null | string

The identity of the worker/client


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity


runId

Optional runId: null | string

Run Id of the workflow which scheduled this activity


workflowId

Optional workflowId: null | string

Id of the workflow which scheduled this activity