public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class GetWorkflowRequest.
Request for the
[GetWorkflow][google.cloud.workflows.v1.Workflows.GetWorkflow] method.
Optional. The revision of the workflow to retrieve. If the revision_id is
empty, the latest revision is retrieved.
The format is "000001-a4d", where the first six characters define
the zero-padded decimal revision number. They are followed by a hyphen and
three hexadecimal characters.
[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e class within the Workflows v1 API, detailing its properties, constructors, and inheritance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e class is used to retrieve information about a specific workflow using the \u003ccode\u003eGetWorkflow\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is a required string that specifies the workflow's resource name, formatted as \u003ccode\u003eprojects/{project}/locations/{location}/workflows/{workflow}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRevisionId\u003c/code\u003e property is an optional string to specify a particular workflow revision to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThe document indicates that the latest version of the API is \u003ccode\u003e2.5.0\u003c/code\u003e, and a history of older versions ranging back to \u003ccode\u003e1.0.0\u003c/code\u003e is available.\u003c/p\u003e\n"]]],[],null,[]]