WorkflowManagerGetActiveAndPostponedWorkflows Method

Return all active and postponed workflows to which user can add documents.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all active and postponed workflows to which user can add documents.")]
public List<WorkflowDetails> GetActiveAndPostponedWorkflows(
	UserStatusReportCriteria criteria,
	ExistingWorkflowSettings workflowSettings
)

Parameters

criteria  UserStatusReportCriteria
workflowSettings  ExistingWorkflowSettings

Return Value

ListWorkflowDetails

See Also