public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage
Request for the
[GetWorkflow][google.cloud.workflows.v1.Workflows.GetWorkflow] 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."],[[["This page details the `GetWorkflowRequest` class, which is used to request information about a specific workflow within the Google Cloud Workflows service."],["The `GetWorkflowRequest` class is part of the `Google.Cloud.Workflows.V1` namespace and is defined in the `Google.Cloud.Workflows.V1.dll` assembly."],["The `GetWorkflowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this request is 2.5.0, and there are several previous versions of the request available dating back to version 1.0.0, with 1.1.0 being the version this page concerns."],["The class contains properties like `Name` (a string) and `WorkflowName` (a `WorkflowName`-typed view), to set the workflow's name for which information should be retrieved."]]],[]]