Skip to content

Make execution event TS type match the response type

Loic Huder requested to merge execution-event-type into main

For #170 (closed)

Changed the type to follow API spec https://ewoksserver.readthedocs.io/en/latest/restapi.html#null%2Fpaths%2F1execution1events%2Fget. The only exception is workflow_id that is Required in the spec but in fact can be null (fixed in ewoksserver!75 (merged))

Edited by Loic Huder

Merge request reports