Workflows trigger event and order
I need some advice on whether the following is logically correct or not:
I have multiple workflows on a Custom Object with 3 types of trigger events:
1. When new record saved ( 3 workflows - All workflows are triggering and working fine without issues)
2. Before modified record saved (1 workflow - with Rule condition ( PRE('<IndexedNumber0>')<
3. When modified record saved (1 workflow - with Rule condition same as the previous workflow ( PRE('<IndexedNumber0>')<
Should this workflow (3) trigger because the trigger events are different for (2) & (3) and both are order 1 in their trigger event order