cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically follow lifecycle transition on expiry date

ssze_
Star Contributor
Star Contributor

What is the best way to set up an automatic change of a lifecycle state (follow lifecycle transition) when the expiry date is reached?

1 ACCEPTED ANSWER

pibou_Bouvret
Elite Collaborator
Elite Collaborator

I would setup a Scheduler Contribution (https://doc.nuxeo.com/display/NXDOC/Scheduling+Periodic+Events) An associated event handler would launch an automation chain that fetches the documents, etc.

View answer in original post

3 REPLIES 3

pibou_Bouvret
Elite Collaborator
Elite Collaborator

I would setup a Scheduler Contribution (https://doc.nuxeo.com/display/NXDOC/Scheduling+Periodic+Events) An associated event handler would launch an automation chain that fetches the documents, etc.

Greg_Drayon
Star Contributor
Star Contributor

You can also use an escalation rule. This example looks like what you want to do.

But using escalation rules means that I have to trigger a workflow on the objects as far as I know. That's a bit too much overhead for changing the lifecycle state of a document when it's expiry date is reached.