ATTX-project / graph-component

Graph Manager component that handles state of the internal graph/data.
0 stars 0 forks source link

GM-API: Handle outputs and inputs from connected workflow steps #30

Closed jkesanie closed 7 years ago

jkesanie commented 7 years ago

Description

Wait for the output data from the previous step to become available before calling the next step that uses it for its input. Or throw an error.

DoD

New version of the GM-API image that can handle outputs from new services.

Testing

jkesanie commented 7 years ago

removed testing part. That should be added as a separate issue.