Some types are not aligned with server schemas (`Task`, `Event`, ...)
Examples:
-
Task
has requiredtask_identifier
andtask_type
in ewoksserver but they are optional in ewoksweb - Similarly,
Event
has required fields (e.g.host_name
,process_id
) in ewoksserver that are also set as optional in ewoksweb
These may not be the only mismatches.
Types/API to check:
-
Event
(renamed inEwoksEvent
) !300 (merged) -
Task
!307 (merged) -
Icon
-
GraphEwoks/WorkflowDescription
Edited by Loic Huder