I've been doing some work on triggers and am wondering what actions the Trigger Event "Asset Updated" actually covers.
E.g. I have some triggers that have the following events selected:
- Asset Attributes Changed
- Asset Content Changed
- Asset Metadata Updated
- Asset Updated
- Status Changed
But someone said that these are redundant since "Asset Updated" will trigger when any of the others events are triggered, and can in some cases lead to the same trigger firing multiple times for the same event.
Matrix manual says:
If this event is selected, the Trigger will be fired whenever the micro version number of the asset is updated. In other words, when the Commit button is pressed.
So my question is:
- Could all those events listed above be replaced with just "Asset Updated"?
- If I have multiple events selected like above then is the trigger fired multiple times?
- Will asset updated event fire even if I'm not manually changing it or clicking Commit? E.g. If a Future status or another triggers changes an asset.
Thanks