dlr-gtlab / intelligraph-module

A Node-based Workflow Engine for GTlab
0 stars 0 forks source link

Refactor the graph execution model to properly support nested graphs #112

Open rainman110 opened 2 weeks ago

rainman110 commented 2 weeks ago

In GitLab by @mariusalexander on Sep 9, 2024, 13:09

Currently the graph execution model only operates on a single graph level, thus multiple execution models are need to evaluate an entire graph. In addition a few work arounds were necessary to implement to allow the evaluation of nested graphs. With the introduction of a "global connection model" in #111 a new execution model should be implemented that operates on said global connection model. This was tested in !57.

rainman110 commented 1 week ago

In GitLab by @mariusalexander on Sep 12, 2024, 08:51

created branch 112-refactor-the-graph-execution-model-to-properly-support-nested-graphs to address this issue