Skip to main content

workflow_run

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

Overview

Nameworkflow_run
TypeResource
Idazure.purview_workflow.workflow_run

Fields

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_rawexecworkflow_run_id, endpointGet a workflow run.
cancelexecworkflow_run_id, endpointCancel a workflow run.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
workflow_run_idstringThe workflow run id. Required.

Lifecycle Methods

Get a workflow run.

EXEC azure.purview_workflow.workflow_run.get_raw 
@workflow_run_id='{{ workflow_run_id }}' --required,
@endpoint='{{ endpoint }}' --required
;