Book a Demo

Author Topic: How to get an elements' (e.g. Activity Stereo:BusinessProcess) children?  (Read 5324 times)

Mr Stuff

  • EA User
  • **
  • Posts: 64
  • Karma: +0/-0
    • View Profile
I was iterating on packages and elements to find BusinessProcesses to modify and now discover that some have been missed: some BusinessProcesses are (in the browser view) children of other BusinessProcesses - but I can't see what properties of a BusinessProcess Element might lead me to its children.

How can I get a list/collection of the children of a BusinessProcess to check for sub-processes?

Thanks

Julian

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Any children are in the Elements collection.

q.

Mr Stuff

  • EA User
  • **
  • Posts: 64
  • Karma: +0/-0
    • View Profile
Got it. Thx q.