Process Model Details

Overview

Get the details of process models from a constant, ids, or UUIDs!

Expression Functions

  • getpmdetails(processModelUUIDOrId):
    • Returns process details as a cdt with name, description, id, UUID, creator, modifiedBy, createdOn, modifiedOn attributes
  • getpmlistdetailsbyid(ids):
    • Returns process details as a list of cdts with name, description, id, UUID, creator, modifiedBy, createdOn, modifiedOn attributes
  • getpmlistdetailsbyuuid(uuids):
    • Returns process details as a list of cdts with name, description, id, UUID, creator, modifiedBy, createdOn, modifiedOn attributes
Anonymous
Parents
  • The function getpmlistdetailsbyuuid is not working with a huge list, probably is reaching some memory limit.
    I had a list with 180 elements and it simply stopped at element 40.

    Used the function getpmdetails with an apply to work arround it

    But as far, great job with the plug-in, it helped me a lot Slight smile

    Thanks for the great work.

Comment
  • The function getpmlistdetailsbyuuid is not working with a huge list, probably is reaching some memory limit.
    I had a list with 180 elements and it simply stopped at element 40.

    Used the function getpmdetails with an apply to work arround it

    But as far, great job with the plug-in, it helped me a lot Slight smile

    Thanks for the great work.

Children
No Data