Microsoft 开发人员网络 > 论坛主页 > SharePoint - Workflow > handleExternalEventActivity and MOSS
提出问题提出问题
 

已答复handleExternalEventActivity and MOSS

  • 2008年1月31日 16:27Steve.Drake 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

     

    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

答案

  • 2008年2月1日 9:58Nick Cox 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    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.

全部回复

  • 2008年2月1日 9:58Nick Cox 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    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.
  • 2008年2月1日 10:02Steve.Drake 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    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