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

Both ExecBroker and ExecWorker use 'options' #69

Open
Zarquan opened this issue May 7, 2024 · 0 comments
Open

Both ExecBroker and ExecWorker use 'options' #69

Zarquan opened this issue May 7, 2024 · 0 comments

Comments

@Zarquan
Copy link
Member

Zarquan commented May 7, 2024

Both web services are self-describing, using the options pattern to describe what the client can do.

ExecutionBroker broker response

offers:
- ident: 001
  status: "OFFERED"
  ....
  options:
  - path: "status"
    values: ["ACCEPTED, REJECTED"]
....

ExecutionBroker individual offer

offer:
- ident: 001
  status: "OFFERED"
  ....
  options:
  - path: "status"
    values: ["ACCEPTED, REJECTED"]
....

ExecutionWorker individual session

session:
- ident: 361
  status: "RUNNING"
  ....
  options:
  - path: "status"
    values: ["CANCELLED"]
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant