<< Click here to display Table of Contents >> Navigation: Install, Configure and Administer GN4 > Configuring GN4 > Configuring Workflows > Configuring WindowsWorkflows:
You can control the timeout in the NavigatorWorkflow with the TimeOut property:
<NavigatorWorkflow
x:Name="xxxx"
TimeOut="00:20:00"
....
Default value (if not specified) is 10 minutes. In the above example, it's set to 20 minutes.