Formular una preguntaFormular una pregunta
 

RespondidahandleExternalEventActivity and MOSS

  • jueves, 31 de enero de 2008 16:27Steve.Drake Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

     

    Hello,

     

    I want to wait for an external event, in my proto type (without moss) I have done this with a handleExternalEventActivity

     

    I trigger my external event via a local service.

     

    I cannot see how todo with when WF is hosted in MOSS Sad

     

    any ideas?

     

    Thanks

     

    Steve

Respuestas

  • viernes, 01 de febrero de 2008 9:58Nick Cox Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    I don't think this is possible with the current implementation of workflow in MOSS because there's no way to register your service with the workflow runtime.

Todas las respuestas

  • viernes, 01 de febrero de 2008 9:58Nick Cox Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida
    I don't think this is possible with the current implementation of workflow in MOSS because there's no way to register your service with the workflow runtime.
  • viernes, 01 de febrero de 2008 10:02Steve.Drake Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

    Thanks.

     

    I think this is very poor.

     

    The pattern that you are meant to use is, your activates communicate with your application via local services.

     

    Due to the way MOSS hosts, this is not possible.

     

    So.... WF without MOSS means we can use the correct pattern.

    WF with MOSS, we have to use a bad pattern.

     

    Steve