2 Replies Latest reply on Jun 8, 2006 7:03 AM by mindthegap

    Associate jBPM data with company data

    mindthegap

      Hi

      I doing a web app to manage orders and order lines. The webapp starts with a login and after that the screen shows a list of pending tasks (jbpm_taskinstance) for the given login(actor). My question is:

      - When the user clicks in a task instance how can i show the associate data (not the jBPM data but the company data).

      I know that i have the context variables, but my data (orders and order lines) is more complex.

      Is there some table/field in jBPM DB to link with the company data?

      Thanks in advance