ApplicationXtender Workflow Manager Reset
You can do the following steps manually or put this in a batch file. The following is for an x64 server. If you have an x86 server please change the paths for the .NET temp. files.
net stop "AppXtender WIM"
net stop "Skelta - Workflow Engine"
net stop "Skelta - Task Scheduler"
net stop "Skelta - Communication Service"
net stop "Skelta - Advanced Server"
net stop "Skelta - Client Service"
iisreset /STOP
RMDIR /Q /S "%SYSTEMROOT%\temp\SkeltaBPMTemp"
CD "%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files"
RMDIR /Q /S "./enterpriseconsole"
RMDIR /Q /S "./centralconfig"
RMDIR /Q /S "./appxtender"
CD "%SYSTEMROOT%\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files"
RMDIR /Q /S "./edb"
net start "AppXtender WIM"
net start "Skelta - Advanced Server"
net start "Skelta - Communication Service"
net start "Skelta - Workflow Engine"
net start "Skelta - Task Scheduler"
net start "Skelta - Client Service"
iisreset /START