Hello,
I’m looking to streamline the process of managing content change requests for our website, which is hosted on Adobe Experience Manager (AEM) Sites. Currently, employees at our company send requests (e.g., changes to copy or images) via email to the author of the page, which can be inefficient and difficult to track.
I’m considering using AEM Forms to create a centralized request system where employees can submit change requests through a form hosted on our internal intranet. I would like this form to integrate seamlessly with AEM Sites and trigger workflows to route requests to the appropriate content authors for review and implementation. Employees do not have access to AEM, so the solution needs to work externally (via intranet) but manage tasks and submissions internally within AEM.
I'd appreciate some guidance on this matter and knowing if this is the right way to go or if Adobe offers a different solution to solve this problem.
Thanks.
Solved! Go to Solution.
To streamline the content change request process in AEM Sites using forms and workflows, here’s an effective approach leveraging AEM Forms and AEM Workflows:
Using AEM Forms for the request submission, AEM Workflows for task routing and tracking, and integration with AEM Sites for content changes is a solid solution. This setup centralizes the request management process, improves efficiency, and allows tracking, making it a good choice.
Hi @ParnianSh1, you can try creating a page having a form which when published is available to all. It would contain all the required changes and instructions an author have to do. On form submission, you can call an AEM servlet, inside that you can call your workflows along with the data you got from form submission.
The authors can then pick those workflows via notifications and work on them according to their status.
Also, please make sure, the workflows are not overloaded in the backend.
To streamline the content change request process in AEM Sites using forms and workflows, here’s an effective approach leveraging AEM Forms and AEM Workflows:
Using AEM Forms for the request submission, AEM Workflows for task routing and tracking, and integration with AEM Sites for content changes is a solid solution. This setup centralizes the request management process, improves efficiency, and allows tracking, making it a good choice.