WorkflowConfig
import type { WorkflowConfig } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";
Represents a Dataform workflow configuration.
§Properties
Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
Optional. If left unset, a default InvocationConfig will be used.
Output only. Records of the 10 most recent scheduled execution attempts,
ordered in descending order of execution_time
. Updated whenever automatic
creation of a workflow invocation is triggered by cron_schedule.
Required. The name of the release config whose release_compilation_result
should be executed. Must be in the format
projects/*\/locations/*\/repositories/*\/releaseConfigs/*
.
Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.