Hi all,
- Create a new workflow with external trigger that immediately ends in success to have a small validated workflow (other triggers probably work as well).
- Call this API:
GET /v2024/workflows/:id/executions
- Expected a 200OK result with an empty array
[]
in the body. The workflow exists, but has no executions. So empty list is expected. - Instead got 404 page not found error, with content type
text/plain;charset=utf-8
even though even when a 404 message is correct behavior, this should beapplication/json
, also according to the documentation.
Kind regards,
Angelo