Hi Community,
I’m running multiple processes using subprocesses. In the business process, there’s an element where I can retrieve the values for the total processes, completed processes, and terminated processes. However, these values are always showing as 0, even though there are completed processes.
Is there something wrong with my configuration below?
Like
1 comments
19:16 Jun 10, 2025
That works for me, but it does require not running the subprocesses in the background (which I can see from your screenshot that you're not)
Show all comments