Interface: IRespondActivityTaskFailedByIdRequest
workflowservice.v1.IRespondActivityTaskFailedByIdRequest
Properties of a RespondActivityTaskFailedByIdRequest.
Hierarchy
-
↳
IRespondActivityTaskFailedByIdRequest
Properties
activityId
• Optional activityId: null | string
Id of the activity to fail
Inherited from
failure
• Optional failure: null | $Properties
Detailed failure information
Inherited from
identity
• Optional identity: null | string
The identity of the worker/client
Inherited from
lastHeartbeatDetails
• Optional lastHeartbeatDetails: null | $Properties
Additional details to be stored as last activity heartbeat
Inherited from
$Properties.lastHeartbeatDetails
namespace
• Optional namespace: null | string
Namespace of the workflow which scheduled this activity
Inherited from
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.
Inherited from
runId
• Optional runId: null | string
For a workflow activity - the run ID of the workflow which scheduled this activity. For a standalone activity - the run ID of the activity.
Inherited from
workflowId
• Optional workflowId: null | string
Id of the workflow which scheduled this activity, leave empty to target a standalone activity