Vaxtından əvvəl Workflow aktivləşdirilməsi — Qeyri-tibbi Solution

UPDATE: Bu MSDN müzakirə bax, xüsusən son giriş: http://forums.microsoft.com/MSDN/showpost.aspx?postid=2631057&siteid=1. It describes a condition that may short circuit this whole thing. Qısa, məcburi sahələrdə ən azı bir edilməsi kimi sadə ola bilər.

Mən səkkiz məzmun növləri dəstəkləyən sənəd kitabxana var.

I have a SharePoint Designer workflow that wants to calculate and assign a "reminder date" sadəcə çıxarılaraq 30 başqa sütun gün, "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." (Siz KPI və bu növ daha əhəmiyyətli qazmaq aşağı oxuya bilərsiniz burada).

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.

Bu strategiya bir sənəd yüklemek zaman işləmir.

I upload the document and I am presented with the meta data entry screen. Bu noktada, I’m already in trouble. SharePoint has already, vaxtından əvvəl mənim nöqteyi-, fired the workflow. I haven’t had a chance to pick the correct content type nor assign a due date. Eyni zamanda, 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. Belə … bu icra zaman mənim iş işdən edib, 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, Mən düzgün məzmun növünü seçmək, enter the meta data and submit. The pause completes and the workflow proceeds as needed. (Mənim mühitdə Qeyd edək ki,, timer workflow activities from SPD do not work out of the box. You may have the same trouble. Görmək burada Daha ətraflı məlumat üçün).

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, lakin mən hələ də sevmirəm.

Mən burada MSDN forumlarda bu barədə yazıb: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2430725&SiteID=1

8 Haqqında "fikirləriVaxtından əvvəl Workflow aktivləşdirilməsi — Qeyri-tibbi Solution

  1. Nyi Htway

    hey uşaqlar, Mən həll var. ki, Workflow başlamaq hadisə yanında EventDriven fəaliyyəti yerləşdirmək. bir OnWorkflowItemChanged hadisə qoymaq. Orada Inside, xüsusi sütun yenilənmiş dəyər tutmaq. Bu, mənim üçün işləyir.

    Cavab
  2. Saurabh Singh
    Hi,
    Mən SharePoint Designer istifadə edərək bir öyüd-nəsihət wrokflow yaradılması am, and when i using "Pause Until Date" fəallıq. It doesn’t resume and Workflow status does not change from "In Progress".
    (i.e it displays "Pausing for 0 dəqiqə" Workflow Tarix altında lakin bu, müəyyən fəaliyyət etmir).
    I have created it many times but found same problem.
    Mən keçən bir neçə gün bəzi ki googling etmişik, və oradan bir isti fix almışdır  KB 932394 və yüklü amma yenə də eyni problem am Tarixə qədər Pause Fəallıq.
    Mən də dəyişib iş iş dən stsadm funksiyanı istifadə edərək vaxt müddəti 5 dəqiqə 1 aşağıdakı dəqiqə:
    stsadm -o setproperty -propertyname "job-workflow" -propertyvalue "every 1 arasında dəqiqə 0 və 59" -url http://localhost
    ancaq eyni problem aşkar.
    Bunun üçün nə etməliyəm?
    Please suggest me why "Pause Until Date" doesn’t resume and Workflow status does not change from "In Progress" mənim iş ilə.
    Hər kəs bu barədə hər hansı bir həll varsa, o mənə cavab verin saurabhsinghmca@gmail.com
    Sağ olun,
    Saurabh Kumar Singh
    Cavab
  3. Marc Anderson
    Yalnız məzmun Tipi özü çox siyahısına iş əlavə edə bilməz? It sounds like you want the workflow only to fire for a specific Content Type, hər halda.
    Cavab
  4. zəngin yazdı:
    Mən sizə alanlar lazımdır etmək və lazımi alanları dolu qədər sonra atəş olan iş dayandırmaq ki, lazımdır bildirib ki, oxşar mövzuda bir yazı gördüm. Mən başqa yerdə oxumaq nə yalnız burada sənədləşdirilməsi test yoxdur.
    Cavab
  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" Bu məzmun növü (və yaratmaq haqqında atış deyilik) siz getmək iyi.
    Cavab
  6. Joe yazdı:
    Mən sizə demək nə… mənim ofisində burada ətrafında olduğunu söyləyən SharePoint haqqında nə edir 90% həqiqətən nə etmək lazımdır nə… ancaq ki, son 10% bunu deyil ki, adətən, həqiqətən qatil deyil.
    Cavab
  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.
    Paylaştığınız üçün təşəkkür edirik,
    –Paul G
    Cavab
  8. Joe yazdı:
    Mən də bu problem aşkar – yalnız bir tarix yönümlü iş, lakin istifadəçilər sənədlər yüklemek edəcək bir doc kitabxana hər hansı bir iş.
    Ki, iş bir metadata asılıdırsa, 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" tarixləri, əvəzinə iş istifadə, 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.
    Cavab

Şəkil Yükləmə

E-poçt ünvanından dərc olunmayacaq. Lazım alanlar qeyd olunur *