Application Names and it's related Process model names

Certified Senior Developer

Hi All,

Is there any way to get related process models from given application name or id.

 

I want to create cascading dropdowns where 2nd dropdown should give the related models based on selected application from 1st dropdown.

I was successful in creating two independent dropdowns for Application Names with Ids and Process Model Names and Ids.

I use log CSV files and reports to get these result. But i didn't find any logic to link these two.

 

Kindly let me know if anyone knows the solution.

Thank you all in Advance.

 

Regards,

Venkanna Babu Kotika

  Discussion posts and replies are publicly visible

Parents
  • there is low impact of change.


    This is not a direct solution , just an workaround.

    If you are on cloud, health check generates the 'hc-application-objects' csv file. which contain below details.
    Application UUID
    Object UUID
    Object Type
    Name

    Also this file is hosted on same server . so if you could able to access this file (using some kind of integration smart service/functionality ) you can find out all the process models inside for given application
Reply
  • there is low impact of change.


    This is not a direct solution , just an workaround.

    If you are on cloud, health check generates the 'hc-application-objects' csv file. which contain below details.
    Application UUID
    Object UUID
    Object Type
    Name

    Also this file is hosted on same server . so if you could able to access this file (using some kind of integration smart service/functionality ) you can find out all the process models inside for given application
Children