WorkflowManagerRestartWorkflow Method

Restart specified workflow instance from the given task.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Restart specified workflow instance from the given task.")]
public void RestartWorkflow(
	Guid taskGuid
)

Parameters

taskGuid  Guid

See Also