WorkflowManagerCanRestartWorkflowV2 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 CanRestartWorkflowV2(
	Guid workflowInstanceGuid,
	out int? activityWithIssue
)

Parameters

workflowInstanceGuid  Guid
activityWithIssue  NullableInt32

Return Value

Boolean

See Also