public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class CancelExecutionRequest.
Request for the
[CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Version 2.6.0 is the latest release, while the current documentation focuses on version 2.5.0 of the `Google.Cloud.Workflows.Executions.V1` API."],["The `CancelExecutionRequest` class is documented, which is used to request the cancellation of a workflow execution."],["`CancelExecutionRequest` is derived from object, implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors for creating new instances and copies."],["Key properties of the `CancelExecutionRequest` class include `ExecutionName`, which provides a typed view of the execution's resource name, and `Name`, a string that holds the fully qualified name of the execution to be cancelled."]]],[]]