Timeout in NavigatorWorkflow

Build 1501 on 14/Nov/2017  This topic last edited on: 25/Aug/2014, at 13:05

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.