Click or drag to resize
WorkflowServiceGetCompletedTasks Method
获取办结任务列表

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

Parameters

query
Type: Slickflow.Engine.Business.EntityTaskQueryEntity

Return Value

Type: IListTaskViewEntity

Implements

IWorkflowServiceGetCompletedTasks(TaskQueryEntity)
See Also