I have recently created a workflow to replicate the content to preview site using Repicate with option process step. But whenever i trigger the workflow on a page the Published time stamp is also getting updated which I dont want as this publish the content only in preview site.
Please advise how to diable the timestamp for this workflow.
Solved! Go to Solution.
Views
Replies
Total Likes
@Abbirami You need to follow below steps -
1) Create a replication agent say agent-preview and configure the url etc of the Preview server. Under Triggers Tab you need to set No Status Update.
2) In your workflow edit Replicate with option process step and configure the Arguments -
replicationActionType=ACTIVATE synchronous=true|false suppressVersions=true|false throttle=true|false traverseTree=true|false agents=agent-preview
Hello @Abbirami
In replication agents, there is an option on Triggers Tab "No Status Update".
Select that one for the agent that's publishing to preview server. The publishing date will not be updated
@Abbirami You need to follow below steps -
1) Create a replication agent say agent-preview and configure the url etc of the Preview server. Under Triggers Tab you need to set No Status Update.
2) In your workflow edit Replicate with option process step and configure the Arguments -
replicationActionType=ACTIVATE synchronous=true|false suppressVersions=true|false throttle=true|false traverseTree=true|false agents=agent-preview