Skip to content

Fix DAG processing

Compare
Choose a tag to compare
@bra-fsn bra-fsn released this 06 Jun 14:46
· 1 commit to master since this release

This release should fix the following errors in the DAG processing flow:

  1. if the first node is of type Output, it should be executed
  2. DAGs with parallel paths should be evaluated correctly now
  3. multiple end/terminator nodes are supported
  4. multiple start nodes are supported, however not recommended