BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Process Inspector limitation?

    Posted 01/25/24 09:41 AM

    Hi All,

    There is a process with a list variable. The list contains 300+ elements, but the Process Inspector shows only 99 elements in the Data tree. Is it a Process Inspector limitation? How to increase this limit?

    Thanks,



    ------------------------------
    Laszlo
    ------------------------------


  • 2.  RE: Process Inspector limitation?

    Posted 01/25/24 10:01 AM

    Hi Laszlo,

    I'm not sure about increasing the limit, but a workaround I can offer is in Evaluator you could say "tw.local.myVar.toJSONString()" which will dump a JSON string of your list variable and since at that point it's a single string, you will circumvent the limit.



    ------------------------------
    Rex Townsend
    Salient Process
    ------------------------------



  • 3.  RE: Process Inspector limitation?

    Posted 01/26/24 08:51 AM

    Hi Laszlo,

    You may want to explorer the test REST APIS that BAW offers, for instance:

    https://www.ibm.com/docs/en/baw/23.x?topic=ti-get

    help you retrieve information about the task, including its data. 

    Using these APIs give you more options if you want to build your own Dashboard.

    One more thing to explore would be the use of external Database to hold the content of the list, which can potentially reduce the size of the BPM tables. It may also be a good idea if you are planning to have reporting capabilities of the items in the list.

    Regards,

    Ivan Martinez



    ------------------------------
    Ivan Martinez Villegas
    ------------------------------



  • 4.  RE: Process Inspector limitation?

    Posted 01/26/24 09:00 AM

    Thanks All,

    There was another mistake. The list wasn't filled completely. Sorry.

    Thx,



    ------------------------------
    Laszlo
    ------------------------------