Expand my Community achievements bar.

SOLVED

How do I automatically publish new content added to DAM?

Avatar

Employee

My customer wants content that is placed in DAM in authoring to be activated and moved to publish when it is placed in authoring. They are adding content using the Sling post servlet.

 

They been given the warnings: Each version is saved on publish and changing large files often will cause the repository to grow quickly.

 

Changing the default replication agent to be trigger by changed content does not seem to do the trick.

 

Xavi

1 Accepted Solution

Avatar

Correct answer by
Employee

One of the way to automatically publish new content added to DAM would be modify dam workflow on author to include custom process step to activate the asset.

 

For version purging refer [1] and also make sure the workflow in publish is disabled.

 

[1]

http://dev.day.com/docs/en/cq/current/deploying/configuring_cq.html#Co nfiguring Version Purge

http://dev.day.com/docs/en/cq/current/deploying/monitoring_and_maintai ning.html#Version%20Purging

 

[2]

http://dev.day.com/content/kb/home/cq5/DAM/DAMWorkflow/HowToDisableDAM WorkflowOnPublish.html

 

Thanks,

Sham

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

One of the way to automatically publish new content added to DAM would be modify dam workflow on author to include custom process step to activate the asset.

 

For version purging refer [1] and also make sure the workflow in publish is disabled.

 

[1]

http://dev.day.com/docs/en/cq/current/deploying/configuring_cq.html#Co nfiguring Version Purge

http://dev.day.com/docs/en/cq/current/deploying/monitoring_and_maintai ning.html#Version%20Purging

 

[2]

http://dev.day.com/content/kb/home/cq5/DAM/DAMWorkflow/HowToDisableDAM WorkflowOnPublish.html

 

Thanks,

Sham

Avatar

Employee

Create a luncher in workflow console and select the following properties

 

Eventype :       created

NodeType :      dam:Assest

Path :               /content/myweb/dam

Condition:       optional

Workflow :       Publish Example

Description:    optional

Activate :         Enable

Exclude List :  optional

Runmode :      Author

 

luncher will automatically publish the newly added dam assests. I Hope it will help you

 

Thanks

Brijesh