I am working on FileNet P8 5.2.1 and I am wondering what is the best practice in order to disable an event action and a subscription :
Did you ever had some trouble with one of these cases? This third case (subscription enabled / event action disabled) is reallya wonder to me. I doubt it is a good practice to have but what happens if the subscription is triggered? Does the subscription try to launch the event action and eventually ends up with an error or does it do nothing?
Thanks in advance for your advice!
Your subscription is what triggers your event action. So if you disable subscription, event action will not be triggered. If you keep subscription enable but disable the action, it throws an error.
if you disable both then it is safer...
I would take the third approach if I don't want event action to be executed.