WorkflowManagerCanRestartWorkflowV2 Method |
Check if specified workflow can be restarted.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic bool CanRestartWorkflowV2(
Guid workflowInstanceGuid,
out int? activityWithIssue
)
Parameters
- workflowInstanceGuid
- Type: SystemGuid
- activityWithIssue
- Type: SystemNullableInt32
Return Value
Type:
Boolean
See Also