Expand my Community achievements bar.

SOLVED

Please guide me creating below workflow report ...TIA

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Employee Advisor

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.

Avatar

Community Advisor

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


Aanchal Sikka