Improve SFM worker API
This MR contains the following changes:
- Rework the SFM worker input/output message format; the format tries to follow roughly the concepts specified by the json:api; though, json:api is not fully implemented
- Remove obsolete and deprecated parameters
-
ModelResults
are decoupled from the SFM workerResponseData
- The SFM worker response HTTP status code is independent from the model's status code
Note, that json:api provides recommendations on how to perform asynchronous processing on API level. However, I suggest to implement this improvement using another feature branch.
Edited by damb