Skip to main content
Nintex Community Menu Bar

What does the NWAdmin CleanTaskRedirects command do?

  • March 26, 2021
  • 0 replies
  • 33 views

Forum|alt.badge.img+8

Question

What does the NWAdmin CleanTaskRedirects command do?

 

Answer

From the Nintex Workflow helpfile:

This operation is used to check if a content database is still in use after a MoveData command has been used to remove data from it.

The command will prompt the user for which database to analyze.

When MoveData is used to move data out of a database, it may leave ‘redirect’ records to support LazyApproval in workflows that are currently running. If the database is disconnected while a running workflow needs these records, LazyApproval for these tasks will not work.

This command will allow an administrator to know if a database can be safely disconnected without affecting running workflows. It will check if a redirect record is still required, and if not, delete it. When there are no redirect records remaining, the database can be deleted.

Usage

NWAdmin.exe -o CleanTaskRedirects [-test]

 

Related Links