cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic Parallel Processing limitation

Former Member
0 Likes
916

Hello,

We have a workflow that starts whenever a material change.  The workflow then finds all active PO's that are involved with this material and using the dynamic parallel processing feature, submits a subworkflow for each PO, to update it with the material changes.

The issue I'm having is that once the PO's reach 1000, workflow goes into error saying that it can only handle 999 parallel instances.  Is this a "set in stone" feature?  What can I do to process more than 999 instances?

Thanks!

Dan Stoicof

View Entire Topic
SandySingh
Active Contributor
0 Likes

Hello

You can consider a change in design :

Read all the PO's related to the Material and approvers for these PO's in a background step in the workflow. Download a PO list as PDF or Excel and attach to single approval workitem or email step.

Once approved or notified; you can call another background step to update the PO with material changes.

Regards

Sandy