Click or drag to resize

WorkflowManagerGetRestartedWorkflows Method

Return all workflows ids that RestartedWorkflowId equals given parameter.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<Guid> GetRestartedWorkflows(
	Guid restartedWorkflowId
)

Parameters

restartedWorkflowId
Type: SystemGuid

Return Value

Type: ListGuid
See Also