could you share your code here ?
I solved it in the meantime, it's very strange....
I use iLogicAutomation in my C# script to trigger one specific rule.
In my assembly i have 3 rules, "cmdRead", "cmdReadLos" and "2D pdf". For some reason my script triggered both "cmdRead" and "cmdReadLos", the strange part is rule "2D pdf" doesn't get triggered. I think maybe because the names of the rules are partially identical, it causes this problem.
Either way, supressing the one i dont use works.