I need some inputs on relationship definitions in a custom processor code:
1. Do I need to define all three(success, failure, original) relationships in processor class?
2. Do I need to handle all three relationships(using session.transfer(....))?
3. Why do I need to transfer original flowfile as it has been processed?