public sealed class CreateWorkflowRequest : IMessage<CreateWorkflowRequest>, IEquatable<CreateWorkflowRequest>, IDeepCloneable<CreateWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class CreateWorkflowRequest.
Request for the
[CreateWorkflow][google.cloud.workflows.v1beta.Workflows.CreateWorkflow]
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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eCreateWorkflowRequest\u003c/code\u003e class within the Workflows v1beta API for .NET, which is a request type used to create a new workflow.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateWorkflowRequest\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt is contained within the \u003ccode\u003eGoogle.Cloud.Workflows.V1Beta\u003c/code\u003e namespace and has constructors that allow it to be instantiated, either as a blank request or as a copy of another \u003ccode\u003eCreateWorkflowRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eCreateWorkflowRequest\u003c/code\u003e class include \u003ccode\u003eParent\u003c/code\u003e (project and location), \u003ccode\u003eParentAsLocationName\u003c/code\u003e (typed view of \u003ccode\u003eParent\u003c/code\u003e), \u003ccode\u003eWorkflow\u003c/code\u003e (workflow to be created), and \u003ccode\u003eWorkflowId\u003c/code\u003e (a unique ID for the new workflow).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkflowId\u003c/code\u003e requires specific formatting constraints, such as containing only letters, numbers, underscores, and hyphens, beginning with a letter, and being 1-64 characters long, ending in a letter or number.\u003c/p\u003e\n"]]],[],null,[]]