Skip to main content
June 26, 2023
Question

Object Creation Configuration

  • June 26, 2023
  • 6 replies
  • 0 views

Can we access the configuration of created objects. Where it will store and Do we have any rules? 

    6 replies

    June 26, 2023

    It will get stored in the folder specified by you at the time of creation. What rules? for getting object details you can use getcontentdetailsbyuuid(). Please elaborate what you are looking for.

    June 26, 2023

    I wanted to get the internal configuration of all the created objects. Do we have any function to pull the background process data.

    Consider we have a process model, we have to get the process model name, process nodes configuration, start form, process variables without generate documentation for Process Model.

    June 26, 2023

    No, there is no plugin available which will get you the internal configurations you have mentioned but you can get some basic information and meta data using Process Model Details plugin.

    BTW, what is your use case?