Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Custom workflow dependencies

Avatar

Level 1

I am looking at implementing a POC for custom workflow process where the content item along with all assets referenced in the content item are approved and replicated at the same time. That is if there is a content fragment which references image files in DAM that those would be replicated along with the content article. Thanks for any code references links to related documentation.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @aem_developer_1,

 

Here is the best code available in GitHub for your use case; https://github.com/cqsupport/replication-workflow-process

 

Hope this helps.

 

Thanks,

Kiran Vedantam

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @aem_developer_1,

 

Here is the best code available in GitHub for your use case; https://github.com/cqsupport/replication-workflow-process

 

Hope this helps.

 

Thanks,

Kiran Vedantam

Avatar

Level 1
Thank you Kiran. That's exactly what I was looking for.

Avatar

Level 1

Hi, I have built and deployed the workflow process mentioned in the link below. The set up I am testing with is that I have a workflow with a process step "Replicate with Options" which I am using to replicate that content article to another instance of AEM (DEV to QA). I would like that step to replicate the content article as well as all the assets referenced within that article. I can see the new process "Activate Page w/ References" available in the list of workflow process options but not sure how that can be used to activate to another replication agent. Thanks for any suggestions.