WorkflowManagerRestoreTaskDelegation Method

Restore the original participant of selected workflow task.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Restore the original participant of selected workflow task.")]
public void RestoreTaskDelegation(
	Guid workflowInstanceGuid,
	Guid taskGuid
)

Parameters

workflowInstanceGuid  Guid
taskGuid  Guid

See Also