Skip to main content

workflow_invocations

Overview

Nameworkflow_invocations
TypeResource
Idgoogle.dataform.workflow_invocations

Fields

NameDatatypeDescription
namestringOutput only. The workflow invocation's name.
invocationConfigobjectIncludes various configuration options for a workflow invocation. If both included_targets and included_tags are unset, all actions will be included.
invocationTimingobjectRepresents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.
statestringOutput only. This workflow invocation's current state.
workflowConfigstringImmutable. The name of the workflow config to invoke. Must be in the format projects/*/locations/*/repositories/*/workflowConfigs/*.
compilationResultstringImmutable. The name of the compilation result to use for this invocation. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, repositoriesId, workflowInvocationsIdFetches a single WorkflowInvocation.
listSELECTlocationsId, projectsId, repositoriesIdLists WorkflowInvocations in a given Repository.
createINSERTlocationsId, projectsId, repositoriesIdCreates a new WorkflowInvocation in a given Repository.
deleteDELETElocationsId, projectsId, repositoriesId, workflowInvocationsIdDeletes a single WorkflowInvocation.
_listEXEClocationsId, projectsId, repositoriesIdLists WorkflowInvocations in a given Repository.
cancelEXEClocationsId, projectsId, repositoriesId, workflowInvocationsIdRequests cancellation of a running WorkflowInvocation.
queryEXEClocationsId, projectsId, repositoriesId, workflowInvocationsIdReturns WorkflowInvocationActions in a given WorkflowInvocation.