Skip to main content

Interface: IRespondActivityTaskFailedByIdRequest

workflowservice.v1.IRespondActivityTaskFailedByIdRequest

Properties of a RespondActivityTaskFailedByIdRequest.

Implemented by

Properties

activityId

Optional activityId: null | string

Id of the activity to fail


failure

Optional failure: null | IFailure

Detailed failure information


identity

Optional identity: null | string

The identity of the worker/client


lastHeartbeatDetails

Optional lastHeartbeatDetails: null | IPayloads

Additional details to be stored as last activity heartbeat


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