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-04-02 UTC."],[[["This document provides reference information for the `CancelExecutionRequest` class within the Google Cloud Workflows Executions v1beta API, specifically version 2.0.0-beta04."],["The `CancelExecutionRequest` class is used to request the cancellation of a workflow execution using the `CancelExecution` method."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes properties such as `ExecutionName` and `Name`, which are used to identify the specific workflow execution to be cancelled."],["Constructors are provided for creating new `CancelExecutionRequest` objects, either as empty instances or copies of existing requests."]]],[]]