v2

latestSwagger 2.02026-07-13154152.6 KB
Workflows

Create or replace a workflow.

put/workflows/{workflowId}

Path parameters

workflowIdstring uuid required

The workflow id.

Query parameters

api-versionstring required

Version of Purview APIs

Request body

namestring required

The workflow name.

isEnabledboolean required

Whether the workflow enabled or not.

descriptionstring required

Description of a workflow.

actionDagobject

The action DAG(Directed Acyclic Graph), it defines actual flow.

Response

OK

idstring uuid required

The id of workflow.

createdTimestring date-time

The created time of workflow.

createdBystring

The person who created the workflow.

lastUpdateTimestring date-time

The last update time.

updatedBystring

The person who updated the workflow.

namestring required

The name of a workflow.

isEnabledboolean required

Whether the workflow is enabled or not.

descriptionstring required

Description of a workflow.

actionDagobject required

The action DAG(Directed Acyclic Graph), it defines steps to be executed in a workflow run and their order.