Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2018-07-01-preview",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "test-resource-group",
"workflowName": "test-workflow",
"runName": "08586676746934337772206998657CU22"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,55 @@
}
}
}
},
"delete": {
"tags": [
"WorkflowRuns"
],
"operationId": "WorkflowRuns_Delete",
"description": "Deletes a workflow run.",
"x-ms-examples": {
"Delete a run for a workflow": {
"$ref": "./examples/WorkflowRuns_Delete.json"
}
},
"parameters": [
{
"$ref": "#/parameters/subscriptionId"
},
{
"name": "resourceGroupName",
"description": "The resource group name.",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "workflowName",
"description": "The workflow name.",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "runName",
"description": "The workflow run name.",
"in": "path",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/api-version"
}
],
"responses": {
"200": {
"description": "OK"
},
"204": {
"description": "No Content"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/cancel": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2016-06-01",
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "test-resource-group",
"workflowName": "test-workflow",
"runName": "08586676746934337772206998657CU22"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@
"description": "Gets a workflow run.",
"x-ms-examples": {
"Get a run for a workflow": {
"$ref": "./examples/WorkflowRunsGet.json"
"$ref": "./examples/WorkflowRuns_Get.json"
}
},
"parameters": [
Expand Down Expand Up @@ -1558,6 +1558,55 @@
}
}
}
},
"delete": {
"tags": [
"WorkflowRuns"
],
"operationId": "WorkflowRuns_Delete",
"description": "Deletes a workflow run.",
"x-ms-examples": {
"Delete a run for a workflow": {
"$ref": "./examples/WorkflowRuns_Delete.json"
}
},
"parameters": [
{
"$ref": "#/parameters/subscriptionId"
},
{
"name": "resourceGroupName",
"description": "The resource group name.",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "workflowName",
"description": "The workflow name.",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "runName",
"description": "The workflow run name.",
"in": "path",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/api-version"
}
],
"responses": {
"200": {
"description": "OK"
},
"204": {
"description": "No Content"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/cancel": {
Expand Down