sartography / SpiffWorkflow

A powerful workflow engine implemented in pure Python
GNU Lesser General Public License v3.0
1.69k stars 313 forks source link

investigate optimization task retrieval #424

Open essweine opened 4 months ago

essweine commented 4 months ago

We spend a lot of time iterating over tasks in the course of executing a workflow and this causes large workflows to be bogged down. Introduce better ways for skipping over irrelevant parts of the task tree.