Click or drag to resize
TaskManagerGetTaskView Method
根据任务ID获取任务视图

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public TaskViewEntity GetTaskView(
	int taskID
)

Parameters

taskID
Type: SystemInt32
任务ID

Return Value

Type: TaskViewEntity
任务视图
See Also