Premature Workflow Aktivering — 'N nie-mediese oplossing

UPDATE: Sien hierdie MSDN bespreking, veral die laaste inskrywing: http://forums.microsoft.com/MSDN/showpost.aspx?postid=2631057&siteid=1. It describes a condition that may short circuit this whole thing. In kort, Dit kan so eenvoudig wees as om ten minste een van die velde verpligte.

Ek het 'n dokument biblioteek wat ondersteun agt inhoud tipes.

I have a SharePoint Designer workflow that wants to calculate and assign a "reminder date" deur eenvoudig te trek 30 dae vanaf 'n ander kolom, "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." (Jy kan meer lees oor hierdie soort van KPI en meer aansienlike boor-down hier).

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.

Hierdie strategie werk nie wanneer ek laai 'n dokument.

I upload the document and I am presented with the meta data entry screen. Op hierdie punt, I’m already in trouble. SharePoint has already, voortydig uit my perspektief, fired the workflow. I haven’t had a chance to pick the correct content type nor assign a due date. Op dieselfde tyd, 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. So … my workflow het gevuur en wanneer dit uitgevoer, 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, Ek kies die korrekte inhoud tipe, enter the meta data and submit. The pause completes and the workflow proceeds as needed. (Let daarop dat in my omgewing, timer workflow activities from SPD do not work out of the box. You may have the same trouble. Sien hier vir meer besonderhede).

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, maar ek het nog nie daarvan hou nie.

Ek het geskryf oor hierdie op die MSDN forums hier: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2430725&SiteID=1

8 gedagtes oor "Premature Workflow Aktivering — 'N nie-mediese oplossing

  1. Nyi Htway

    hey ouens, Ek het die oplossing. plaas 'n EventDriven aktiwiteit langs die Workflow Inisialiseer gebeurtenis. sit 'n OnWorkflowItemChanged gebeurtenis. Binne is daar, vang die opgedateer waarde van die persoonlike kolom. Dit werk vir my.

    Antwoord
  2. Saurabh Singh
    Hi,
    Ek is die skep van 'n herinnering wrokflow met SharePoint Designer, and when i using "Pause Until Date" aktiwiteit. It doesn’t resume and Workflow status does not change from "In Progress".
    (i.e it displays "Pausing for 0 minute" onder Workflow geskiedenis, maar dit neem nie gespesifiseerde aksie).
    I have created it many times but found same problem.
    Ek het bietjie googlen vir wat in die afgelope paar dae, en van daar het ek het 'n warm fix  KB 932394 en geïnstalleer het dit, maar nog steeds ek is in dieselfde probleme met Stop Tot Datum Aktiwiteit.
    Ek het ook verander werk-workflow tydsduur gebruik stsadm opdrag van 5 minute om te 1 minute soos hieronder:
    stsadm -o setproperty -propertyname "job-workflow" -propertyvalue "every 1 minute tussen 0 en 59" -url http://localhost
    maar het gevind dat dieselfde probleem.
    Wat moet ek doen vir hierdie?
    Please suggest me why "Pause Until Date" doesn’t resume and Workflow status does not change from "In Progress" in my workflow.
    As iemand enige oplossing vir hierdie, dan moet jy my antwoord op saurabhsinghmca@gmail.com
    Dankie,
    Saurabh Kumar Singh
    Antwoord
  3. Marc Anderson
    Kan jy nie net heg die workflow na die inhoud Tipe self eerder as die lys? It sounds like you want the workflow only to fire for a specific Content Type, in elk geval.
    Antwoord
  4. ryk geskryf:
    Ek het 'n post met 'n soortgelyke probleem wat sê jy nodig het om die velde wat vereis word en dat dit sal dan ophou om die proses uit die vuur totdat die vereiste velde is ingestuur. Ek het nog nie getoets is dit net die dokumentasie hier wat ek elders gelees.
    Antwoord
  5. Corey
    We had this same issue and what we wound up doing was to create an "Unclassified" content type which was the default. As long as your workflows ignore the "Unclassified" die tipe inhoud (en jy is nie vuur op skep) jy is goed om te gaan.
    Antwoord
  6. Joe geskryf:
    Ek weet wat jy bedoel… my gesê om hier in my kantoor is dat SharePoint doen oor 90% van wat jy regtig nodig het om dit te doen… maar dat dit die laaste 10% dat dit nie doen nie, is gewoonlik regtig 'n moordenaar.
    Antwoord
  7. Paul Galvin
    Joe,
    I’m glad to know I’m not the only one. This is another case where SharePoint brings you soooo close to a solution but leaves you short and no really good option to finish the crossing line.
    I went down the same path you describe but didn’t finish it entirely. I expect I will end up doing exactly that in the end.
    Dankie vir die deel,
    –Paul G
    Antwoord
  8. Joe geskryf:
    Ek het gevind dat hierdie probleem ook – nie net met 'n datum georiënteerde workflow, maar enige workflow op 'n dokument biblioteek waar gebruikers sal oplaai dokumente.
    As die workflow hang af van enige metadata, you can’t have it fire automatically because the upload fires the workflow before the metatdata is filled in. This is a flaw in SharePoint in my opinion.
    As for "reminder" datums, in plaas van die gebruik van workflow, I ended up writing a timer job that scans the list every day and sends out e-mail reminders based on a date field.
    I tried having users manually start the workflow after the metadata was entered, but I still had a problem using workflow for the reminders because it would pause the workflow until the reminder date, but if the user later edited the document data and changed the date, the old reminder workflow was still out there.
    Antwoord

Laat 'n antwoord

Jou e-posadres sal nie gepubliseer word nie. Verpligte velde gemerk *