Microsoft Developer Network > 포럼 홈 > SharePoint - Workflow > handleExternalEventActivity and MOSS
질문하기질문하기
 

답변됨handleExternalEventActivity and MOSS

  • 2008년 1월 31일 목요일 오후 4: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