Includes various configuration options for a workflow invocation. If both includedTargets and includedTags are unset, all actions will be included.
| JSON representation | 
|---|
{
  "includedTargets": [
    {
      object ( | 
            
| Fields | |
|---|---|
includedTargets[] | 
              
                 
 Optional. The set of action identifiers to include.  | 
            
includedTags[] | 
              
                 
 Optional. The set of tags to include.  | 
            
transitiveDependenciesIncluded | 
              
                 
 Optional. When set to true, transitive dependencies of included actions will be executed.  | 
            
transitiveDependentsIncluded | 
              
                 
 Optional. When set to true, transitive dependents of included actions will be executed.  | 
            
fullyRefreshIncrementalTablesEnabled | 
              
                 
 Optional. When set to true, any incremental tables will be fully refreshed.  | 
            
serviceAccount | 
              
                 
 Optional. The service account to run workflow invocations under.  |