In Workflow customer has created a project with timeouts and escalation.
Picture WF1
Project works in debug mode, but when the project is published none of the timeouts and escalations are happening.
On publishing Windows Authentication was selected as Authentication type.
When we publish the project the IIS creates web app requiring windows authentication.
Workflow 8.6
There are 2 methods for addressing this issue.
Option 1: Change authentication method to use Anonymous Authentication. This is the typical authentication method. If a project needs authentication using 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.