Microsoft Developer Network > Página principal de foros > SharePoint - Workflow > OnWorkflowItemChanged not receiving events.
Formular una preguntaFormular una pregunta
 

PreguntaOnWorkflowItemChanged not receiving events.

  • lunes, 21 de julio de 2008 12:33ONO-M Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

    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 !

Todas las respuestas