Le réseau pour les développeurs > Forums - Accueil > SharePoint - Workflow > OnWorkflowItemChanged not receiving events.
Poser une questionPoser une question
 

QuestionOnWorkflowItemChanged not receiving events.

  • lundi 21 juillet 2008 12:33ONO-M Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    I've designed a simple WSS3.0 sequential WF (it happens the same with statemachine WF)
    for document review.

    When instantiated the WF writes a task containing a link to a custom form (that has been deployed through another feature), then a ListenActivity follows, waiting for the item to change by the mentioned form (i modify a property named Review).

    The correlation token for the OnWorkflowItemChanged activity is the same with the token for OnWorkflowActivated activity.

    When ran, i can see the task, i click the link and modify the Review property on the Item, but the event is never received. The delay on the other branch of the listen activity is big enough not to interfeere.

    What am i doing wrong here ?
    Thank you !

Toutes les réponses