Workflow error trigger URL variable contains incorrect query strings

The Workflow error occurred" flow trigger supplies the following variable: {{workflowUrl}}

The expectation is, that it is linking to the workflow.
However, it adds the following query string: ?status=FAILED
This doesn’t seem to do anything. The history of workflows doesn’t seem to be filtered, no filter shows up as active, and as far as I know, there is no status filter.

The closest thing would be ?errors=HAS_ERRORS. That one corresponds to an actual filter and filters the history of workflow runs for ones with errors.

My suggestions:

  1. Change the variable to contain no query strings or rename and document it properly
  2. Possibly add another variable that links to a filtered view of workflow runs with errors
  3. Alternatively just update the error template, so the query string is added in the liquid
  4. Actually add a status filter, which could be helpful with values like Completed and In-progress as well.

This should be fixed in future runs of that trigger

Amazing! Thank you, @paul_n.
In what way was it fixed? What is the expected behaviour now?

It will include a different filter that properly filters the table to errors

Alright, I will keep an eye out for it.

I still think the variable name and description could be more clear :blush: