Click or drag to resize

WorkflowManagerGetRestartedWorkflowsReport Method

Return all 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 List<WorkflowDetails> GetRestartedWorkflowsReport(
	RestartedWorkflowsReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerRestartedWorkflowsReportCriteria

Return Value

Type: ListWorkflowDetails
See Also