Leiste mit Community-Erfolgen erweitern.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Korrekte Antwort von
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.