1 Reply Latest reply on Dec 3, 2009 8:26 PM by stoal

    Annotation on submethods not processed by SEAM ?

    stoal

      I discovered that an annotated @CreateProcess method needs to be called directly from the action method of a button to be effective, else the annotation has no effect.


      It seems that annotated submethods are not processed by SEAM (at least @CreateProcess), at least that is what I found in my experimentation.
      Is there way to have SEAM handle those annotated submethods ?


      I want to be able to create a new process when the user invokes a task in a TaskInstanceList.


      Thank you!