InvocationConfig

Includes various configuration options for a workflow invocation. If both includedTargets and includedTags are unset, all actions will be included.

JSON representation
{
 "includedTargets": [
 {
 object (Target )
 }
 ],
 "includedTags": [
 string
 ],
 "transitiveDependenciesIncluded": boolean,
 "transitiveDependentsIncluded": boolean,
 "fullyRefreshIncrementalTablesEnabled": boolean,
 "serviceAccount": string
}
Fields
includedTargets[]

object (Target )

Optional. The set of action identifiers to include.

includedTags[]

string

Optional. The set of tags to include.

transitiveDependenciesIncluded

boolean

Optional. When set to true, transitive dependencies of included actions will be executed.

transitiveDependentsIncluded

boolean

Optional. When set to true, transitive dependents of included actions will be executed.

fullyRefreshIncrementalTablesEnabled

boolean

Optional. When set to true, any incremental tables will be fully refreshed.

serviceAccount

string

Optional. The service account to run workflow invocations under.

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年07月21日 UTC.