Click or drag to resize

WorkflowManagerGetTasksFromActivity Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid[] GetTasksFromActivity(
	Guid taskId
)

Parameters

taskId
Type: SystemGuid

Return Value

Type: Guid
See Also