Click or drag to resize

WorkflowManagerRestoreTaskDelegation Method

Restore the original participant of selected workflow task.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RestoreTaskDelegation(
	Guid workflowInstanceGuid,
	Guid taskGuid
)

Parameters

workflowInstanceGuid
Type: SystemGuid
taskGuid
Type: SystemGuid
See Also