Too much data from report

Hi All,

I was trying to capture the process history from process & store it in our Database. But the issue is that some of our processes run 15000 times a day & in that case, report even with the process model ID filter and date filter gives us 15000 processes. When I use, that analytics report in our process model get process instance ID, PV can pick up only 4000 process IDs. Is there any ways, I can handle it without changing configuration?

OriginalPostID-248561

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Are you doing this as a standalone utility or are you doing this as part of each process instance? I would recommend looking at putting the utility into a sub and doing this as each process instance works. My concern with as a utility is not only the limit, but when you implement a loop it would be the impact on the system with the number of active instances, things in memory, etc.
    Hope that helps and I understand what you are looking at.
Reply
  • 0
    Certified Lead Developer
    Are you doing this as a standalone utility or are you doing this as part of each process instance? I would recommend looking at putting the utility into a sub and doing this as each process instance works. My concern with as a utility is not only the limit, but when you implement a loop it would be the impact on the system with the number of active instances, things in memory, etc.
    Hope that helps and I understand what you are looking at.
Children
No Data