Skip to content

Commit

Permalink
[Purview Workflow]Remove workflow dsar api (#22323)
Browse files Browse the repository at this point in the history
* Remove workflow dsar api

* Remove DSAR task type

* Rename property and operation id in Workflow API

* Remove userRequestIds query parameter

* Fix update task status operationid

* Add enum items in list workflow task orderby

* Fix swagger issue

* Fix swagger issue

* Remove required property from  workflow metadata

---------

Co-authored-by: Jing Wang <[email protected]>
  • Loading branch information
CordeliaGrey and Jing Wang authored Feb 13, 2023
1 parent 4802c0f commit 3a1ca5a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 303 deletions.
2 changes: 0 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,6 @@
"filename": "**/specification/purview/data-plane/Azure.Analytics.Purview.Workflow/preview/2022-05-01-preview/purviewWorkflow.json",
"words": [
"userrequests",
"DSAR",
"dsar",
"workflowruns",
"workflowtasks"
]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"status": "Pending",
"approvers": {
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
"reply": "pending"
"reply": "Approved",
"comment": "Thanks!",
"responseTime": "2023-02-06T09:57:46.056708512Z"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"status": "Pending",
"approvers": {
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
"reply": "pending"
"reply": "Pending"
}
}
}
Expand Down Expand Up @@ -96,7 +96,7 @@
"status": "Pending",
"approvers": {
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
"reply": "pending"
"reply": "Pending"
}
}
}
Expand Down Expand Up @@ -142,7 +142,7 @@
"status": "Pending",
"approvers": {
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
"reply": "pending"
"reply": "Pending"
}
}
}
Expand All @@ -165,7 +165,7 @@
"status": "Pending",
"approvers": {
"eece94d9-0619-4669-bb8a-d6ecec5220bc": {
"reply": "pending"
"reply": "Pending"
}
}
}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"api-version": "2022-05-01-preview",
"taskId": "d5bd0215-df84-4245-8e18-3a8f012be376",
"taskUpdateCommand": {
"newStatus": "In Progress",
"newStatus": "InProgress",
"comment": "Thanks!"
}
},
Expand Down
Loading

0 comments on commit 3a1ca5a

Please sign in to comment.