WorkflowManagerCanRestartWorkflow Method

Check if specified workflow can be restarted.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if specified workflow can be restarted.")]
public bool CanRestartWorkflow(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

Boolean

Remarks

This method is obsolete. Use CanRestartWorkflowV2(Guid, NullableInt32) instead.

See Also