Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsWorkflowsCreateOptions

import type { ProjectsLocationsWorkflowsCreateOptions } from "https://googleapis.deno.dev/v1/workflows:v1.ts";

Additional options for Workflows#projectsLocationsWorkflowsCreate.

interface ProjectsLocationsWorkflowsCreateOptions {
workflowId?: string;
}

§Properties

§
workflowId?: string
[src]

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.