UPDATE: Shiko këtë diskutim MSDN, sidomos hyrja e fundit: http://forums.microsoft.com/MSDN/showpost.aspx?postid=2631057&siteid=1. It describes a condition that may short circuit this whole thing. In short, kjo mund të jetë aq e thjeshtë sa duke bërë të paktën një nga fushat detyrueshme.
Unë kam një bibliotekë dokument që mbështet tetë llojet e përmbajtjes.
I have a SharePoint Designer workflow that wants to calculate and assign a "reminder date" thjesht duke zbritur 30 ditë nga një kolonë, "due date". This should only happen for one of the content types, "Insurance". The business objective is to produce a KPI that shows two categories of insurance documents: "about to expire" and "expired." (Ju mund të lexoni më shumë në lidhje me këtë lloj të IPK-së dhe më substancial stërvitje-down këtu).
I have configured the workflow to fire when a new item is created and when an item is modified. The idea is that when an insurance document is uploaded, we calculate a "warning date" based on the expiration date. A pair of views work in connection with a KPI List to highlight these conditions when users hit their home page.
Kjo strategji nuk funksionon kur unë të ngarkoj një dokument.
I upload the document and I am presented with the meta data entry screen. Në këtë pikë, I’m already in trouble. SharePoint has already, para kohe nga perspektiva ime, fired the workflow. I haven’t had a chance to pick the correct content type nor assign a due date. Në të njëjtën kohë, the workflow does not fire when I hit the submit button at this time. There’s some built-in logic that "believes" that first submit is part of the "create" event. Kështu … workflow ime ka gjuajtur dhe kur ekzekutohet, it was passed default meta data values.
The best work-around I know of is to insert a "pause until" activity in the workflow. I have the workflow pause for 1 minute. While it’s pausing, Unë zgjidhni llojin e saktë përmbajtje, enter the meta data and submit. The pause completes and the workflow proceeds as needed. (Vini re se në mjedisin tim, timer workflow activities from SPD do not work out of the box. You may have the same trouble. Shoh këtu për më shumë detaje).
I don’t like "magic delay" work-around. What happens if the user uploads a document and the phone rings and the ensuing conversation outlasts the pause? I can make the pause longer, por unë ende nuk e pëlqen atë.
Kam shkruar në lidhje me këtë në forume MSDN këtu: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2430725&SiteID=1
hey guys, I kam zgjidhje. zhvillohet një aktivitet EventDriven tjetër të ngjarjes Workflow nisja. vënë një ngjarje OnWorkflowItemChanged. Brenda ka, kapur vlerën përditësuar nga kolona me porosi. Ajo punon për mua.
Unë jam krijuar një wrokflow kujtesë duke përdorur SharePoint Designer, and when i using "Pause Until Date" aktivitet. It doesn’t resume and Workflow status does not change from "In Progress".
(i.e it displays "Pausing for 0 minuta" Sipas historisë Workflow por kjo nuk do të ndërmarrë veprime të specifikuar).
I have created it many times but found same problem.
Unë kam bërë disa googling për se në disa ditët e fundit, dhe nga atje të kisha marrë një fix nxehtë KB 932394 dhe instaluar atë, por unë ende jam në telashe me të njëjtën Pause Deri Data Aktivitet.
Unë kam ndryshuar edhe punë-workflow kohëzgjatja kohë duke përdorur komandën stsadm nga 5 minuta 1 minutë si më poshtë:
Çfarë duhet të bëj për këtë?
Please suggest me why "Pause Until Date" doesn’t resume and Workflow status does not change from "In Progress" në workflow tim.
Nëse dikush të ketë ndonjë zgjidhje lidhur me këtë atëherë ju lutem përgjigje mua në saurabhsinghmca@gmail.com
Falemnderit,
Saurabh Kumar Singh