ServiceActivityDeadManLoopInterval Property

Scanjour Workflow4 Reference Manual
While waiting for watch or handle activity to run a background job will updated the Updated column on the workflow instance to be sure that the workflow is not regarded as faulted by the service agent process. If the DeadManLoopInterval is default(TimeSpan) no background job will be started.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax

public InArgument<TimeSpan> DeadManLoopInterval { get; set; }

Property Value

Type: InArgumentTimeSpan
See Also

Reference