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 | |
---|---|
included |
Optional. The set of action identifiers to include. |
included |
Optional. The set of tags to include. |
transitive |
Optional. When set to true, transitive dependencies of included actions will be executed. |
transitive |
Optional. When set to true, transitive dependents of included actions will be executed. |
fully |
Optional. When set to true, any incremental tables will be fully refreshed. |
service |
Optional. The service account to run workflow invocations under. |