executions_execution_history
Creates, updates, deletes, gets or lists a executions_execution_history
resource.
Overview
Name | executions_execution_history |
Type | Resource |
Id | google.workflowexecutions.executions_execution_history |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
delete_execution_history | DELETE | executionsId, locationsId, projectsId, workflowsId | Deletes all step entries for an execution. |
DELETE
example
Deletes the specified executions_execution_history
resource.
/*+ delete */
DELETE FROM google.workflowexecutions.executions_execution_history
WHERE executionsId = '{{ executionsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND workflowsId = '{{ workflowsId }}';