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.
public RepeatedField<WorkflowConfig.Types.ScheduledExecutionRecord> RecentScheduledExecutionRecords { get; }
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/*.
[[["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 documentation details the \u003ccode\u003eWorkflowConfig\u003c/code\u003e class within the Dataform v1beta1 API, representing a Dataform workflow configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkflowConfig\u003c/code\u003e class includes properties for managing workflow execution, such as \u003ccode\u003eCronSchedule\u003c/code\u003e for automated scheduling and \u003ccode\u003eInvocationConfig\u003c/code\u003e for specifying execution details.\u003c/p\u003e\n"],["\u003cp\u003eThe class has read only properties such as \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e and \u003ccode\u003eRecentScheduledExecutionRecords\u003c/code\u003e that will provide a record of actions that were performed on the workflow.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eReleaseConfig\u003c/code\u003e that indicates what should be executed and \u003ccode\u003eTimeZone\u003c/code\u003e that defines how the \u003ccode\u003eCronSchedule\u003c/code\u003e will be interpreted.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWorkflowConfig\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and has constructors for creating new instances.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class WorkflowConfig (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfig)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.WorkflowConfig) \n\n public sealed class WorkflowConfig : IMessage\u003cWorkflowConfig\u003e, IEquatable\u003cWorkflowConfig\u003e, IDeepCloneable\u003cWorkflowConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class WorkflowConfig.\n\nRepresents a Dataform workflow configuration. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WorkflowConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WorkflowConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WorkflowConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WorkflowConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### WorkflowConfig()\n\n public WorkflowConfig()\n\n### WorkflowConfig(WorkflowConfig)\n\n public WorkflowConfig(WorkflowConfig other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The timestamp of when the WorkflowConfig was created.\n\n### CronSchedule\n\n public string CronSchedule { get; set; }\n\nOptional. Optional schedule (in cron format) for automatic execution of\nthis workflow config.\n\n### HasInternalMetadata\n\n public bool HasInternalMetadata { get; }\n\nGets whether the \"internal_metadata\" field is set\n\n### InternalMetadata\n\n public string InternalMetadata { get; set; }\n\nOutput only. All the metadata information that is used internally to serve\nthe resource. For example: timestamps, flags, status fields, etc. The\nformat of this field is a JSON string.\n\n### InvocationConfig\n\n public InvocationConfig InvocationConfig { get; set; }\n\nOptional. If left unset, a default InvocationConfig will be used.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The workflow config's name.\n\n### RecentScheduledExecutionRecords\n\n public RepeatedField\u003cWorkflowConfig.Types.ScheduledExecutionRecord\u003e RecentScheduledExecutionRecords { get; }\n\nOutput only. Records of the 10 most recent scheduled execution attempts,\nordered in descending order of `execution_time`. Updated whenever automatic\ncreation of a workflow invocation is triggered by cron_schedule.\n\n### ReleaseConfig\n\n public string ReleaseConfig { get; set; }\n\nRequired. The name of the release config whose release_compilation_result\nshould be executed. Must be in the format\n`projects/*/locations/*/repositories/*/releaseConfigs/*`.\n\n### ReleaseConfigAsReleaseConfigName\n\n public ReleaseConfigName ReleaseConfigAsReleaseConfigName { get; set; }\n\n[ReleaseConfigName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ReleaseConfigName)-typed view over the [ReleaseConfig](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfig#Google_Cloud_Dataform_V1Beta1_WorkflowConfig_ReleaseConfig) resource name property.\n\n### TimeZone\n\n public string TimeZone { get; set; }\n\nOptional. Specifies the time zone to be used when interpreting\ncron_schedule. Must be a time zone name from the time zone database\n(\u003chttps://en.wikipedia.org/wiki/List_of_tz_database_time_zones\u003e). If left\nunspecified, the default is UTC.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The timestamp of when the WorkflowConfig was last updated.\n\n### WorkflowConfigName\n\n public WorkflowConfigName WorkflowConfigName { get; set; }\n\n[WorkflowConfigName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfigName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfig#Google_Cloud_Dataform_V1Beta1_WorkflowConfig_Name) resource name property."]]