Expand my Community achievements bar.

SOLVED

Need tot remove time stamp in customized workflow

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Employee

@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

 

 

View solution in original post

2 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Employee

@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