Hello, Guys!
I would like to create a formula to count tasks, gateways in BPMN 2.0 notation. How could I solve this?
Thanks.

Hello, Guys!
I would like to create a formula to count tasks, gateways in BPMN 2.0 notation. How could I solve this?
Thanks.
Hi Estras,
For BPMN Tasks simply use:
{{=COUNTIF(descendants(PAGE), x => shapetype(x) = 'BPMNActivity')}}
For BPMN Gateways:
{{=COUNTIF(descendants(PAGE), x => shapetype(x) = 'BPMNGateway')}}
In the future, what I find helpful is to select the shape you’re wondering about and in the Contextual Panel, select Data, add a Property and type: =SHAPETYPE and its shapetype is displayed for you.
Enjoy!
Cameron
Please let me know if the above answered your question.
Have a great day!
Cameron
A Lucid account is required to interact with the Community, and your participation is subject to the Supplemental Lucid Community Terms. You may not participate in the Community if you are under age 18. You will be redirected to the Lucid app to log in.
A Lucid account is required to interact with the Community, and your participation is subject to the Supplemental Lucid Community Terms. You may not participate in the Community if you are under age 18. You will be redirected to the Lucid app to log in.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.