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
For a workflow activity - the run ID of the workflow which scheduled this activity. For a standalone activity - the run ID of the activity.
workflowId
• Optional workflowId: null | string
Id of the workflow which scheduled this activity, leave empty to target a standalone activity