2 Replies Latest reply on Dec 7, 2008 10:43 AM by blublinsky

    EsbActionHandler

      This action handler does not have context.leavenode() at the end. As a result, it never transition from the node ant the process requires additional signalling

        • 1. Re: EsbActionHandler
          kukeltje

          Yes... afaik, that is the intention. The returning of the esb action makes it transitiopn. Not sure what happens if you make it async. Maybe it is a fire and forget then

          • 2. Re: EsbActionHandler

            Actually it does not.
            If I look at the node code, it either implements action or transition, not both.
            So unless I somehow explicitely signal it, it does not transition. Am I missing something?