You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there should be more alignment then just the endpoint name and then specifying which type it will be.
I also think just submitting the workflow without additional information is not very extensible.
POST /jobs HTTP/1.1
Content-Type: application/json
{"title": "ABC", "processType": "openeo", "process": { openEO process }}
or CWL:
POST /jobs HTTP/1.1
Content-Type: application/yaml
title: ABC
processType: cwl
process:
cwl process
or CWL:
etc.
Originally posted by @m-mohr in #437 (comment)
See also #437 (comment)
The text was updated successfully, but these errors were encountered: