public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
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."],[[["\u003cp\u003eThe \u003ccode\u003eCancelExecutionRequest\u003c/code\u003e class is used to request the cancellation of a workflow execution, as part of the \u003ccode\u003eGoogle.Cloud.Workflows.Executions.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is implemented as part of a Google Cloud Workflows Executions library, and version 2.6.0 is the most current version, but there are versions dating all the way back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCancelExecutionRequest\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to handle the requirements of the \u003ccode\u003eCancelExecution\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property, which is required, is used to identify the specific execution to cancel, using a formatted string: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.\u003c/p\u003e\n"],["\u003cp\u003eThere is an \u003ccode\u003eExecutionName\u003c/code\u003e typed view property for ease of access of the resource name property, and \u003ccode\u003eCancelExecutionRequest\u003c/code\u003e can be constructed either empty or with another existing \u003ccode\u003eCancelExecutionRequest\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]