Overview
Currently, when building a workspace with multiple instances ofcoder_script
, all are run concurrently, preventing any sequencing logic. To remedy this, some serialization should be implemented allowing users to either define the sequence manually or through a dependency graph.