arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Use dependency system: Part 1 #193

Closed jaredoconnell closed 2 months ago

jaredoconnell commented 3 months ago

Changes introduced with this PR

This is the first PR related to using the dependency system. This PR simply replaces the old behavior that used getting nodes without inbound connections, with the simplest version of the dependency system.

The next PR will be much larger and adds unresolvable resolutions. I have 800+ lines on my local system for it. It exposes many issues.


By contributing to this repository, I agree to the contribution guidelines.