AWS SDK for .NET Documentation
TaskStartToCloseTimeout Property
AmazonAmazon.SimpleWorkflow.ModelContinueAsNewWorkflowExecutionDecisionAttributesTaskStartToCloseTimeout Did this page help you?   Yes   No    Tell us about it...
Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType. The valid values are integers greater than or equal to 0. An integer value can be used to specify the duration in seconds while NONE can be used to specify unlimited duration.
Note:
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.

Constraints:

Length
0 - 8

Declaration Syntax
C#
public string TaskStartToCloseTimeout { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)