sartography / SpiffWorkflow

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

Multi-Instance Task: Parallel Execution Issue with Data Store Inputs #411

Closed usama9500 closed 5 months ago

usama9500 commented 5 months ago

Multi-instance tasks, designed to execute in parallel, are instead running sequentially when pulling input data from a data store.

essweine commented 5 months ago

This is a duplicate of a documentation ticket in spiff-arena https://github.com/sartography/spiff-arena/issues/1572.

Note that this is not an accurate description of the problem, which was that one of our users had to use a sequential multiinstance instead of a parallel multiinstance to get the model working.