When Aggregation is executed, mail alert should be sent to the users or workgroup selected in the aggregation task.
how can we retrieve the users or Workgroup into the rule for sending a mail alert for selected one.
In report attached to the Mail , getting Jasper meta data , how can we convert the metadata into formattable data.
Can any help on above two Queries
@AkashRaavi131 Are you using task completion rule? You should have access to task result object, using that you can get the task definition:getDefinition() and from there you can see what workgroup is selected.
For the report part, it is available as JasperReport. There is no OOTB module available to convert it to regular report. You need to read the data from jasper report object and do the necessary parsing before attaching as a regular csv report.