Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Archive rule not running for Task Table

Reddymahesh
Tera Contributor

I want to write an archive rule on task table such that it runs on all the child tables like change , problem , incident and archives all the records but it's not running as expected.

 

 

2 REPLIES 2

Martin Friedel
Mega Sage

Hello, 

 

please be more specific with 'it's not running as expected'.

 

Also check these articles if they are related to your issue:

 

If my answer helped you, please mark it as correct and helpful, thank you 👍
Martin

@Martin Friedel I'm running an achieve rule, Incidents that were matching those conditions were not achieved.
My Conditions on task table : Active is FALSE and Updated Before Last 2 Years. 
We have some Incidents records that were Updated two years ago and active false but after running rule they are not archived.