Click or drag to resize

WorkflowManagerGetRestartedWorkflowsReportCount Method

Return the number of workflows that were restarted from given workflow.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetRestartedWorkflowsReportCount(
	RestartedWorkflowsReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerRestartedWorkflowsReportCriteria

Return Value

Type: Int32
See Also