Need tot remove time stamp in customized workflow | Community
Skip to main content
Level 2
July 6, 2023
Solved

Need tot remove time stamp in customized workflow

  • July 6, 2023
  • 2 replies
  • 703 views

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.

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 Nishant-Singh

@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

 

 

2 replies

aanchal-sikka
Community Advisor
Community Advisor
July 6, 2023

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

 

 

 
Aanchal Sikka
Nishant-Singh
Adobe Employee
Nishant-SinghAdobe EmployeeAccepted solution
Adobe Employee
July 6, 2023

@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