1 Reply Latest reply on Mar 20, 2009 8:51 PM by norman

    When does a SEAM conversation end?

    knice147

      Suppose some invokes the action tied to a @Begin annotation and they never perform the action tied to the @End annotation.  At what point does the conversation end?  Also, suppose they perform the @Begin annotation a second time before the @End is called.  Would it start a new conversation or overwrite the previous one?