2 Replies Latest reply on Jul 18, 2007 10:40 AM by harpritt

    Current taskId - Best way to get it

    harpritt

      I have a method as follows, it ends my conversation, creates an instance of my process and signals the token to Begin the first task

      @End
       @CreateProcess(definition = "changerequestprocess")
       @BeginTask
       public String submitTicket() {.....}


      ...I was wondering if i could get a hold of the taskId associated with the @BeginTask.

      Cheers

      Harpritt