Hi,
Does anyone know if it's possible to retrieve the parent process id or name from within a BPM flow?
I have one flowchart call another. I want to know from the second flowchart which was the first flowchart that triggered it.
I have tried:
i'm not sure it's possible? Although I can see in the json returned to the page that these values exist.
Does anyone know if it's possible to retrieve the parent process id or name from within a BPM flow?
I have one flowchart call another. I want to know from the second flowchart which was the first flowchart that triggered it.
I have tried:
Code:
bpm\processEntity\attribute('rootProcessName') --> null bpm\processEntity\attribute('parentProcessName') --> null rootProcessName --> null parentProcessName --> null
Comment