Interface protos.google.cloud.dataform.v1beta1.IWorkflowConfig (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a WorkflowConfig.
Package
@google-cloud/dataform
Properties
createTime?: (google.protobuf.ITimestamp|null);
WorkflowConfig createTime
cronSchedule?: (string|null);
WorkflowConfig cronSchedule
disabled?: (boolean|null);
internalMetadata?: (string|null);
WorkflowConfig internalMetadata
invocationConfig?: (google.cloud.dataform.v1beta1.IInvocationConfig|null);
WorkflowConfig invocationConfig
recentScheduledExecutionRecords?: (google.cloud.dataform.v1beta1.WorkflowConfig.IScheduledExecutionRecord[]|null);
WorkflowConfig recentScheduledExecutionRecords
releaseConfig?: (string|null);
WorkflowConfig releaseConfig
timeZone?: (string|null);
updateTime?: (google.protobuf.ITimestamp|null);
WorkflowConfig updateTime
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["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-28 UTC."],[],[],null,["# Interface protos.google.cloud.dataform.v1beta1.IWorkflowConfig (2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/nodejs/docs/reference/dataform/latest/dataform/protos.google.cloud.dataform.v1beta1.iworkflowconfig)\n- [1.4.0](/nodejs/docs/reference/dataform/1.4.0/dataform/protos.google.cloud.dataform.v1beta1.iworkflowconfig)\n- [1.0.2](/nodejs/docs/reference/dataform/1.0.2/dataform/protos.google.cloud.dataform.v1beta1.iworkflowconfig)\n- [0.4.2](/nodejs/docs/reference/dataform/0.4.2/dataform/protos.google.cloud.dataform.v1beta1.iworkflowconfig)\n- [0.2.0](/nodejs/docs/reference/dataform/0.2.0/dataform/protos.google.cloud.dataform.v1beta1.iworkflowconfig)\n- [0.1.0](/nodejs/docs/reference/dataform/0.1.0/dataform/protos.google.cloud.dataform.v1beta1.iworkflowconfig) \nProperties of a WorkflowConfig.\n\nPackage\n-------\n\n[@google-cloud/dataform](../overview.html)\n\nProperties\n----------\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nWorkflowConfig createTime\n\n### cronSchedule\n\n cronSchedule?: (string|null);\n\nWorkflowConfig cronSchedule\n\n### disabled\n\n disabled?: (boolean|null);\n\nWorkflowConfig disabled\n\n### internalMetadata\n\n internalMetadata?: (string|null);\n\nWorkflowConfig internalMetadata\n\n### invocationConfig\n\n invocationConfig?: (google.cloud.dataform.v1beta1.IInvocationConfig|null);\n\nWorkflowConfig invocationConfig\n\n### name\n\n name?: (string|null);\n\nWorkflowConfig name\n\n### recentScheduledExecutionRecords\n\n recentScheduledExecutionRecords?: (google.cloud.dataform.v1beta1.WorkflowConfig.IScheduledExecutionRecord[]|null);\n\nWorkflowConfig recentScheduledExecutionRecords\n\n### releaseConfig\n\n releaseConfig?: (string|null);\n\nWorkflowConfig releaseConfig\n\n### timeZone\n\n timeZone?: (string|null);\n\nWorkflowConfig timeZone\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nWorkflowConfig updateTime"]]