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

Standard Operator Web API #3

Open
stevencox opened this issue Oct 4, 2018 · 1 comment
Open

Standard Operator Web API #3

stevencox opened this issue Oct 4, 2018 · 1 comment
Assignees

Comments

@stevencox
Copy link
Collaborator

Incorporate the emerging standard operator web API.

@stevencox stevencox self-assigned this Oct 4, 2018
@stevencox stevencox added the core label Oct 6, 2018
@stevencox
Copy link
Collaborator Author

Most recent cut looks like this:


  condition_to_drug:
    doc: |
      Call multiple implementations of workflow-one:modules(one,two) through a common interface.
    code: graph-operator
    args:
      message:
        knowledge_graph:
          nodes: select "$.[*].result_list.[*][*].result_graph.node_list.[*]" from $disease_identifiers
      services:
        - name: rtx
          url: http://localhost:5003/wf1mod1and2
        - name: green
          url: http://localhost:5004/wf1mod1    

This interacts with two providers of workflow 1.

Will discuss w/Patrick and Eric tomorrow.

@stevencox stevencox removed the core label Oct 25, 2018
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