I have a question regarding the condition on which a particular rule will be triggered (Inbound, Outbound, Update). How do they work?
I have a particular case where a document 'sits' in an Alfresco space in sort of a two phases:
1. Document is generated, takes his content type, and gets his properties, 2. His content gets updated.
Now, in case 1, his size is 0kb, and Inbound rule does not get triggered. In case 2, when his content gets updated, Update rule does not get triggered either. So, I'm wondering if anyone has any ideas on how to get around this? Or is this how the triggers should behave? From my point of view, Inbound rule should still be triggered, even if the size of the document is 0kb.
the above concept proved to be completely wrong, since we had problems with user rights. Once this got handled properly, rule got triggered properly too.