process name

Is my process name the same as my pool name?

Quick question - is the name of my process the same as the name of the pool in my diagram for that process?

For context, I'm trying to make a link from my application homepage to start the process with:
/bonita/portal/resource/process/PracticePool/2.0/content/?id="+processDef[0].id
Where PracticePool version 2.0 is my pool. Also, my current process definition looks like:
../API/bpm/process?p=0&c=1&f=name=PracticePool

Notifications