Interface: IRespondActivityTaskCanceledByIdRequest
workflowservice.v1.IRespondActivityTaskCanceledByIdRequest
Properties of a RespondActivityTaskCanceledByIdRequest.
Implemented by
Properties
activityId
• Optional
activityId: null
| string
Id of the activity to confirm is cancelled
details
• Optional
details: null
| IPayloads
Serialized additional information to attach to the cancellation
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