WorkflowManagerGetTasksFromActivity Method

Return all active tasks that belong to activity related to given task. The given task identifier is not returned.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all active tasks that belong to activity related to given task.")]
public Guid[] GetTasksFromActivity(
	Guid taskId
)

Parameters

taskId  Guid
 

Return Value

Guid

See Also