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"]],[["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."],[[["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."]]],[]]