In Workflow, the customer has created a project with timeouts and escalation.
Picture WF1
The project works in debug mode, but when the project is published none of the timeouts and escalations are happening.
Workflow 8.6
On publishing Windows Authentication was selected as Authentication type.
When we publish the project the IIS creates a web app requiring Windows authentication.
There are two methods for addressing this issue.
Option 1: Change the authentication method to use Anonymous Authentication. This is the typical authentication method. If a project needs authentication one of the authentication components inside the project is used.
Option 2: If Windows Authentication is required it will require providing HTTP Authentication (username & password) to be configured in Server Extensions.
Username and password configuration reside in the "Server Extensions Configuration" Tool.
"HTTP Authentication" is not checked by default.