WorkflowManagerGetRestartedWorkflows Method |
Return all workflows ids that RestartedWorkflowId equals given parameter.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic List<Guid> GetRestartedWorkflows(
Guid restartedWorkflowId
)
Parameters
- restartedWorkflowId
- Type: SystemGuid
Return Value
Type:
ListGuid
See Also