Class CreateWorkflowRequest (1.7.0)

CreateWorkflowRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the CreateWorkflow method.

Attributes

NameDescription
parent str
Required. Project and location in which the workflow should be created. Format: projects/{project}/locations/{location}
workflow google.cloud.workflows_v1beta.types.Workflow
Required. Workflow to be created.
workflow_id str
Required. The ID of the workflow to be created. It has to fulfill the following requirements: - Must contain only letters, numbers, underscores and hyphens. - Must start with a letter. - Must be between 1-64 characters. - Must end with a number or a letter. - Must be unique within the customer project and location.

Inheritance

builtins.object > proto.message.Message > CreateWorkflowRequest