Hi,
Create a custom workflow report that takes the start, end dates as inputs and generate a report containing workflows that ran during that time period. the report contains model, title, payload, workflow status and duration of the workflow if the status is completed.
TIA
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @jyo2902
You can create your custom workflow step and add the arguments that you need there and create a report. Here is some example: https://hashouttech.com/blog/Easy-steps-to-create-a-custom-workflow-model-in-Adobe-experience-Manage...
Hope it helps!
Thanks,
Kiran Vedantam.
Hi @jyo2902
You can create your custom workflow step and add the arguments that you need there and create a report. Here is some example: https://hashouttech.com/blog/Easy-steps-to-create-a-custom-workflow-model-in-Adobe-experience-Manage...
Hope it helps!
Thanks,
Kiran Vedantam.
Hi,
To create a custom workflow report in AEM, implement a custom workflow launcher and workflow step to capture relevant workflow details, and develop a custom report component to generate the report based on specified start and end dates.
Hello @jyo2902
I haven't explored, but can you check if this helps. Its a utility provided by ACS commons to find different results, format and display the results differently or add additional parameters to the results.
https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/configuring.html