WorkflowManagerSetTaskReserved Method

Reserve or undo reservation of a 1 of X task.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Reserve or undo reservation of a 1 of X task.")]
public void SetTaskReserved(
	Guid workflowInstanceGuid,
	Guid taskGuid,
	bool reserved
)

Parameters

workflowInstanceGuid  Guid
taskGuid  Guid
reserved  Boolean

See Also