1 Reply Latest reply on Dec 11, 2008 6:55 PM by hainho

    How to get jbpm informations from Java code?

    hainho

      Hi all,

      I'm writting a expanding web module to jbpm-console. My problem is I can't get jbpm information such as current user logged in, current proccess, task... from Java code.

      Please help me,
      thanks

        • 1. How to get jbpm informations from Java code?
          hainho

          I want to clear my expectation,

          I extracted the jbpm-console.war and wrote a xhtml page with a backing bean. The xhtml page and backing bean work fine in jbpm-console.

          Now, I want to access some information such as current authenticated user (current user login), current process definition, task... from jbpm.

          Please tell me how can I do that.
          Thanks.