SharePoint 2010 "foreach" -


i have 2 sharepoint lists, , have copy items list1 list2.

on list1 there boolean field (defaults 'no'), text field , associated workflow triggers on modifications.

the wokflow simplified:

  1. copy current item list2
  2. set boolen field 'yes'
  3. search item boolen field 'no', set text field 'copy'

i start process modifing item in list1, copy list2, modifies item, , on... until there item boolen field set 'no'.

this works 10 items, fails. item 10 modified item 11's text field 'copy', item 11's workflow not started. i've tried serval times, , stopped after 10 copies.

i've googled , msdn'd. best solution i've found pause 1 minute in workflow. have thousands of items...

has advice? cant find limit in sharepoint 2010 server defaults 10.

thank you!

you triggering hardcoded resource throttle in sharepoint 2010 due speed on workflow. it's there prevent system becoming unresponsive during workflow operations. code in application page or timer job around limit it's not recommended have greedy operation cause system become unresponsive users.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -