Skip to main content

Interface: IRespondActivityTaskCanceledByIdRequest

workflowservice.v1.IRespondActivityTaskCanceledByIdRequest

Properties of a RespondActivityTaskCanceledByIdRequest.

Hierarchy

  • $Properties

    IRespondActivityTaskCanceledByIdRequest

Properties

activityId

Optional activityId: null | string

Id of the activity to confirm is cancelled

Inherited from

$Properties.activityId


deploymentOptions

Optional deploymentOptions: null | $Properties

Worker deployment options that user has set in the worker.

Inherited from

$Properties.deploymentOptions


details

Optional details: null | $Properties

Serialized additional information to attach to the cancellation

Inherited from

$Properties.details


identity

Optional identity: null | string

The identity of the worker/client

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity

Inherited from

$Properties.namespace


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.

Inherited from

$Properties.resourceId


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

$Properties.runId


workflowId

Optional workflowId: null | string

Id of the workflow which scheduled this activity, leave empty to target a standalone activity

Inherited from

$Properties.workflowId