riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
96 stars 39 forks source link

Forward cache workflow between branches. #147

Closed riga closed 1 year ago

riga commented 1 year ago

This PR enables the forwarding of cached objects (mainly a reference to the workflow task instance) from workflows to their branches, as well as across branches. This results in a significant speedup during instantiation and branch map creation of rather complex workflows.

Closes #138.