-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- a list of process instance IDs can be supplied (like current API); no stored filter yet
- issuing migration is independent of whether migration suceeds or fails (i.e. asynchronous); migration eventually ends (partially successful)
- a batch of process instances that fails, fails independently of other batches
- the API can handle a larger set of migrating process instances than what can be flushed as individual entities in one transaction (i.e. for 4 million process instances, we should not create 4 million jobs in one transaction)
It might be a good idea to not spam the job table with unlimited jobs.