NCATSTranslator / workflow-runner

1 stars 1 forks source link

Multiple operation providers #28

Closed uhbrar closed 2 years ago

uhbrar commented 2 years ago

This is meant to resolve #12 by hitting all operation providers. This works by using the message merging code from reasoner-pydantic to merge in in responses from multiple services for each operation.

This code will also resolve #26 by adding the submitter tag to all requests sent by the workflow runner to services.

To do: