Home > Forum > General > WebCon Workflow Service Not Starting

WebCon Workflow Service Not Starting
0

Hi,
Sometimes setting up a scheduler (Task Scheduler) and a powershell script helps:

Get-Service -Name "WebCon WorkFlow Service" | Where-Object {$_.Status -NE "Running"} | Start-Service
$date = get-date
$date | export-csv C:\PowerShell\log.csv

The service may not start, for example, when you are making a backup or when the database simply does not respond after starting the server.