0 Replies Latest reply on Nov 20, 2014 3:58 AM by tovi

    Fail to create jBPM data provider for dashboards

    tovi

      I am trying to create data providers, in order to make my jBPM dashboard of Process & Tasks work.

      I choose Provider type SQL, and add the code according to what I saw in the documnetation:

      select processinstanceid, processname, status, start_date, end_date, user_identity, processversion, duration from processinstancelog

      However, when I try to validate it I get a message that processinstancelog not found.

      any idea why?