Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 4: How much do we align the jobs endpoint with openEO? #453

Open
m-mohr opened this issue Oct 19, 2024 · 0 comments
Open

Part 4: How much do we align the jobs endpoint with openEO? #453

m-mohr opened this issue Oct 19, 2024 · 0 comments
Labels
Part 4 (Job Management) OGC API - Processes - Part 4: Job Management

Comments

@m-mohr
Copy link

m-mohr commented Oct 19, 2024

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

etc.

Originally posted by @m-mohr in #437 (comment)

See also #437 (comment)

@gfenoy gfenoy added the Part 4 (Job Management) OGC API - Processes - Part 4: Job Management label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Part 4 (Job Management) OGC API - Processes - Part 4: Job Management
Projects
None yet
Development

No branches or pull requests

2 participants