Is it possible to set up multiple business process flows for a single entity that is not security based? I've seen some documentation out there that you can have up to 10 business processes for a single entity with each having up to 30 components but everything I've seen only differentiates them based on the security role of the user viewing the entity record.
Is it possible to have it differentiate by a column value?
IE Column XYZ has:
a value of 1 and displays business process ABCDE
or
a value 2 and displays business process LMNOP
For Context, I know that you can branch from within the process itself using conditions but this only works if the total number of steps is less than 30 and unfortunately for a client we are working with they have ~15 branches with 3 - 8 steps depending on the value of column XYZ. All users that would use it are at the same security level.