Skip to content

New command: flow run cancel #1870

@appieschot

Description

@appieschot

Usage

flow run cancel

Description

Cancels a specific flow run for the specified Microsoft Flow

Options

Option Description
-n, --name<name> The name of the run to cancel
-f, --flow<flow> The name of the Microsoft Flow to cancel
-e, --environment<environment> The name of the environment where the Flow is located
--confirm Don't prompt for confirmation

Additional Information

Use Fidler or Postman and disable a flow in the UI to see the exact post request. Will be a Post request tot the following url:

https://emea.api.flow.microsoft.com/providers/Microsoft.ProcessSimple/environments/{{environement}}/flows/{{flowid}}/runs/{{runid}}/cancel?api-version=2016-11-01.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions