- Pass one or more workflow run ids to cancel them
- Pass a workflow url to cancel all runs starting with this url
- cancel all pending or active workflow runs
Arguments
The set of workflow run IDs you want to cancel
The URL address you want to filter while canceling
Whether you want to cancel all workflow runs without any filter.
Usage
Cancel a set of workflow runs
Cancel workflow runs with URL filter
If you have an endpoint calledhttps://your-endpoint.com
and you
want to cancel all workflow runs on it, you can use urlStartingWith
.
Note that this will cancel workflows in all endpoints under
https://your-endpoint.com
.