Hello!
New to Camunda with a fairly simple question. I would like to get a list of processes to start by a user, but exclude the sub-processes we call within the parent. Is there some native way to mark those called activities as such so we can filter them out when getting a list of available processes?
I’ve searched here and found a solution that involves authorization, which would be fine if we had our users stored in Camunda. We get our user list from an external source, and all sub-processes need to be filtered out anyway, so it would be a global setting, not something role-specific.
Thanks in advance