WorkflowManagerGetMyTasksCountForWorkflowTemplate Method

Return the number of tasks for current user and passed workflow template name.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the number of tasks for current user and passed workflow template name.")]
public int GetMyTasksCountForWorkflowTemplate(
	string workflowTemplateName,
	bool excludeExternalSignatures
)

Parameters

workflowTemplateName  String
excludeExternalSignatures  Boolean

Return Value

Int32

See Also