Task status Notification and Automated Task
Hi,
I want to send status of customer credit evaluation to upstream as jms message in case of both customer accepted and rejected cases. Credit evaluation logic is implemented in a separate internal automated task.
In our current implementation we have separate task to send status message to upstream after completion of internal task which is used to calculate credit evaluation. But I want to know what is will be the impact if I implement task status based notification as part of internal task where credit logic is implemented and completed remove task used to send status message in terms of performance?