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:
- Change the variable to contain no query strings or rename and document it properly
- Possibly add another variable that links to a filtered view of workflow runs with errors
- Alternatively just update the error template, so the query string is added in the liquid
- Actually add a
statusfilter, which could be helpful with values likeCompletedandIn-progressas well.