UPDATE: Sjá þessa MSDN umræðu, sérstaklega síðustu færslu: http://forums.microsoft.com/MSDN/showpost.aspx?postid=2631057&siteid=1. It describes a condition that may short circuit this whole thing. In short, það getur verið eins einfalt og að minnsta kosti eitt af þeim sviðum sem nauðsynlegur.
Ég er með skjal bókasafn sem styður átta tegundir efnis.
I have a SharePoint Designer workflow that wants to calculate and assign a "reminder date" með því einfaldlega að draga 30 dagar frá öðrum dálki, "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." (Þú getur lesið meira um þessa tegund af KPI og umfangsmeiri bora niður hér).
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.
Þessi stefna virkar ekki þegar ég hlaða skjal.
I upload the document and I am presented with the meta data entry screen. Á þessum tímapunkti, I’m already in trouble. SharePoint has already, snemma frá sjónarhóli mínum, fired the workflow. I haven’t had a chance to pick the correct content type nor assign a due date. Á sama tíma, 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. Svo … workflow minn hefur rekinn og þegar hann framkvæma, 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, Ég velja rétta gerð efnis, enter the meta data and submit. The pause completes and the workflow proceeds as needed. (Athugið að í umhverfi mínu, timer workflow activities from SPD do not work out of the box. You may have the same trouble. Sjá hér fyrir frekari upplýsingar).
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, en ég samt líkar það ekki.
Ég skrifaði um þetta á MSDN málþing hér: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2430725&SiteID=1
hey krakkar, Ég fékk lausn. setja EventDriven starfsemi hliðina á Workflow frumstilla atburði. setja OnWorkflowItemChanged atburði. Þarna inni, grípa uppfærða gildi frá sérsniðnum dálki. Það virkar fyrir mig.
Ég er að búa til áminningu wrokflow nota SharePoint Designer, and when i using "Pause Until Date" virkni. It doesn’t resume and Workflow status does not change from "In Progress".
(i.e it displays "Pausing for 0 mínútur" undir Workflow Saga en það þýðir ekki að taka tiltekinni aðgerð).
I have created it many times but found same problem.
Ég hef gert nokkrar googling fyrir að í síðustu nokkra daga, og þaðan sem ég hafði fengið heitan festa KB 932394 og setja í embætti það, en samt ég er í sömu vandræðum með Hlé Þangað Dagsetning Afþreying.
Ég hef líka breytt starf-workflow tímalengd með stsadm stjórn frá 5 mínútur til 1 mínútu sem hér:
Hvað ætti ég að gera til að þetta?
Please suggest me why "Pause Until Date" doesn’t resume and Workflow status does not change from "In Progress" í workflow minn.
Ef einhver hefur einhverjar lausn um þetta þá vinsamlegast svara mér á saurabhsinghmca@gmail.com
Þakka þér,
SAURABH Kumar Singh