Custom workflow dependencies | Community
Skip to main content
New Participant
April 15, 2021
Solved

Custom workflow dependencies

  • April 15, 2021
  • 2 replies
  • 1130 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kiran_Vedantam

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

2 replies

New Participant
April 29, 2021

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.

Kiran_Vedantam
Kiran_VedantamAccepted solution
New Participant
April 16, 2021

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

New Participant
April 16, 2021
Thank you Kiran. That's exactly what I was looking for.