WorkflowManagerGetRestartedWorkflows Method

Return all workflows ids that RestartedWorkflowId equals given parameter.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all workflows ids that RestartedWorkflowId equals given parameter.")]
public List<Guid> GetRestartedWorkflows(
	Guid restartedWorkflowId
)

Parameters

restartedWorkflowId  Guid

Return Value

ListGuid

See Also