Skip to main content

executions_execution_history

Creates, updates, deletes, gets or lists a executions_execution_history resource.

Overview

Nameexecutions_execution_history
TypeResource
Idgoogle.workflowexecutions.executions_execution_history

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
delete_execution_historyDELETEexecutionsId, locationsId, projectsId, workflowsIdDeletes 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 }}';