Hi Community!
We are trying to find an elegant way of preventing the execution of business processes from create, update and delete elements within other business processes.
Think of it as Outlook's 'Stop processing more rules' flag.
We could set a certain flag and add it to the other processes' signal conditions, but this leads to a high coupling of business processes, more complexity, and over the lifetime of a Creatio instance inevitably to errors as everyone needs to know this 'magic' behavior.
Ideally, signals in Creatio would have the option to distinguish between different triggering options, like 'user', 'business process', 'import', 'odata', 'event handler', etc. but unfortunately, this is a missing feature.
Any thoughts would be more than welcome!
Thanks,
Robert
Like