You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every time you call #step the entire Sequence is recompiled into Intermediate and Implementation, and then passed to Activity::Schema::Compiler.
If Activity::Schema had a simplified build interface that receives something that's almost a Circuit plus the required data such as start_task, we could throw away a lot of code in dsl, speed up compilation by probably factor 2-3 and move Intermediate code to trailblazer-workflow, as that's why this intermediate layer got invented for.
Once this is done, move old "snippet/activity/low_level" docs to wherever this layer ends up.
The text was updated successfully, but these errors were encountered:
Currently, every time you call
#step
the entireSequence
is recompiled intoIntermediate
andImplementation
, and then passed toActivity::Schema::Compiler
.If
Activity::Schema
had a simplified build interface that receives something that's almost aCircuit
plus the required data such asstart_task
, we could throw away a lot of code indsl
, speed up compilation by probably factor 2-3 and moveIntermediate
code totrailblazer-workflow
, as that's why this intermediate layer got invented for.Once this is done, move old
"snippet/activity/low_level"
docs to wherever this layer ends up.The text was updated successfully, but these errors were encountered: