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."],[[["The latest version of the `CancelExecutionRequest` class in the Workflow Executions v1 API is version 2.6.0, but there are versions available going all the way back to 1.0.0."],["The `CancelExecutionRequest` class is used to construct requests for the `CancelExecution` method, which is a part of the Workflow Executions API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the object class."],["The `CancelExecutionRequest` class has properties such as `ExecutionName` and `Name`, the latter of which is required and defines the format for identifying the execution to be canceled."],["The `CancelExecutionRequest` class can be constructed either with no parameters, or by using another `CancelExecutionRequest` object as a parameter."]]],[]]