我在SharePoint Designer中創建了一個非常簡單的SP2010工作流程。工作流程設置爲在創建項目時開始。它在當前項目上設置一些字段,發送一封電子郵件,然後等待字段不爲空。出於某種原因,工作流程是不是在等待那場改變,而是重新啓動本身看起來像這樣的工作流歷史記錄:SharePoint 2010工作流程應該等待的地方重新啓動
28.12.2011 16:47 Comment System Account Values set!
28.12.2011 16:47 Comment System Account Email sent!
28.12.2011 16:47 Comment System Account Waiting on Assigned To
28.12.2011 16:47 Comment System Account Values set!
28.12.2011 16:47 Comment System Account Email sent!
28.12.2011 16:47 Comment System Account Waiting on Assigned To
28.12.2011 16:47 Comment System Account Values set!
28.12.2011 16:47 Comment System Account Email sent!
28.12.2011 16:47 Comment System Account Waiting on Assigned To
28.12.2011 16:47 Comment System Account Values set!
28.12.2011 16:47 Comment System Account Email sent!
28.12.2011 16:47 Comment System Account Waiting on Assigned To
4個循環後其停止快要瘋了,等待現場爲改變其應該是。此後的其他一切工作正常......
任何想法,爲什麼發生這種情況?
P.S .:分配給是由我創建的用戶/組字段。
UPDATE:
我跟蹤這個問題到當前項目的「標題」字段的分配。 我有3個選項的選擇字段,我也允許「填充選擇」。 在工作流程中,我將當前項目(其設置爲不需要)的「標題」字段設置爲選擇字段的值。如果我刪除此操作,則工作流程不會執行循環。任何人都可以向我解釋爲什麼發生這種情況?
請檢查更新部分中以上 – MemphiZ 2011-12-29 11:59:10
增加了更多的信息 – 2011-12-29 17:17:19
我已經嘗試過的變量法。沒有工作:(我現在發現它只發生在創建項目時啓動工作流程的情況,如果我手動啓動它,它工作正常,你是怎麼做到的?你是否讓Title字段不是是否需要並在創建新項目時將其留空? – MemphiZ 2011-12-30 14:27:24