ServiceActivityDeadManLoopInterval Property |
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.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<TimeSpan> DeadManLoopInterval { get; set; }
Public Property DeadManLoopInterval As InArgument(Of TimeSpan)
Get
Set
public:
property InArgument<TimeSpan>^ DeadManLoopInterval {
InArgument<TimeSpan>^ get ();
void set (InArgument<TimeSpan>^ value);
}
member DeadManLoopInterval : InArgument<TimeSpan> with get, set
Property Value
InArgumentTimeSpan
See Also