Click or drag to resize
IWorkflowServiceGetRunningTasks Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetRunningTasks(Slickflow.Engine.Business.Entity.TaskQueryEntity)"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
IList<TaskViewEntity> GetRunningTasks(
	TaskQueryEntity query
)

Parameters

query
Type: Slickflow.Engine.Business.EntityTaskQueryEntity

Return Value

Type: IListTaskViewEntity
See Also