auriium / auriium/OpenTutorial

Multichild stages

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Concept structure described as so:

Instead of linear stage execution, where

a -> b -> c -> d ->,

we want to insert support for multipath stage execution, where you can have

a -> b -> c -> d
b -> (desync) x -> y -> z

or a -> b(x -> y -> z) -> c -> d

or even a (choice)-> b
-> c
-> d

Obviously any implementation of this would be a huge breakthrough for our sister project Komponent

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.