Share all details related to your problem, including any error messages you may have received.
Once the Account Aggregation task is completed, Is that possible that the CSV file created in the task result can be sent out as an Email attachment.
If yes, please suggest the possible steps to perform the same.
check option for Email Task Alerts in Task Definition , I see below email template can be used and one of the arg is resultId I think this can be used to get the result data .
but if you are looking for the CSV attached , i don;t think any ootb option . you may need to use the sequential task were the later one will read the data from the 1st task and send the email with attached CSV.
Thanks @vishal_kejriwal1,
We tried the above solutions; we are able to return the taskResult object and also the jasper Result as well, could you please suggest how to convert the jasperResult into human readable format like CSV format.