on 2015 Jun 18 3:37 PM
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
Request clarification before answering.
Agree with overall sentiment that this is not what parallel processing is designed for. It's for process parallelisations, whereas the point of your design seems to be more for performance reasons.
My approach would be to submit one or more reports (can be triggered via event/WF), which will update all related orders. Any failures raise an event, which in turn triggers a manual correction/processing workflow.
Regards,
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.