Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Different end points available in AEM workflow as Adobe Livecycle like watch folder, email etc

Avatar

Level 7

Hi All,

What are the different end points available in AEM workflow as Adobe Livecycle like watch folder, email etc.

How do I configure AEM workflow with email endpoint?

Regards

1 Accepted Solution

Avatar

Correct answer by
Level 7

You need to manually code these yourself now using the AEM APIs and other APIs available to you. For email startpoint you would need to write your own SMTP inbox watcher using Quartz or other scheduler that would then launch an AEM Workflow once some patterns are matched and data is retrieved.

Should you have AEM Forms Workflow license, you have AEM Forms 6.0 JEE which includes the old Livecycle foundation components. This would enable you to set an email startpoint in a process to then communicate back to AEM but this could get a bit hacky.

AEM Forms 6.1 will re-introduce the concept of Watched Folders under AEM Forms but that will not arrive until full GA release of 6.1 (unless you are part of the Beta program)

View solution in original post

2 Replies

Avatar

Correct answer by
Level 7

You need to manually code these yourself now using the AEM APIs and other APIs available to you. For email startpoint you would need to write your own SMTP inbox watcher using Quartz or other scheduler that would then launch an AEM Workflow once some patterns are matched and data is retrieved.

Should you have AEM Forms Workflow license, you have AEM Forms 6.0 JEE which includes the old Livecycle foundation components. This would enable you to set an email startpoint in a process to then communicate back to AEM but this could get a bit hacky.

AEM Forms 6.1 will re-introduce the concept of Watched Folders under AEM Forms but that will not arrive until full GA release of 6.1 (unless you are part of the Beta program)

Avatar

Level 7

Thanks alot for giving Knowledge..

regards