I am experiencing issue with scheduling site workflows. Site workflow schedules are working fine in DEV environment where we have single server SharePoint setup but they are failing in Test server where we have multi-server SharePoint setup. When we execute these site workflows manually, they run without any error. But, when we schedule it for example to repeat every hour for 2 repeats, it sends error notification with subject “Workflow errored” and below content.
Workflow Notification
The
Training Reminder workflow has ended unexpectedly.
Training Reminder failed to start.
Click here to view the workflow
status.
At the same time it executes the site workflow and perform the required action which it supposed to do.
It keeps on retrying every 5 minutes and keeps on sending above error notification as well as successfully executing the site workflow. We can see all completed workflow instances in site workflow history but on the workflow schedule page, ‘Last Run’ column always shows ‘Not run’.
Any help or suggestion would be highly appreciated.