public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1beta API class CancelExecutionRequest.
Request for the
[CancelExecution][google.cloud.workflows.executions.v1beta.Executions.CancelExecution]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CancelExecutionRequest` class is used to request the cancellation of a workflow execution via the `CancelExecution` method in the Workflow Executions v1beta API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cCancelExecutionRequest\u003e`, `IDeepCloneable\u003cCancelExecutionRequest\u003e`, and `IBufferMessage`."],["The `CancelExecutionRequest` class has two constructors: a default constructor and a constructor that takes another `CancelExecutionRequest` as a parameter."],["It has properties for `ExecutionName`, which is a typed view of the execution resource, and `Name`, which is a string representing the full resource name of the execution to cancel."],["The latest version of the `CancelExecutionRequest` is 2.0.0-beta05, with older versions 2.0.0-beta04 and 1.0.0-beta03 also available."]]],[]]