Click or drag to resize
TaskManagerGetTaskOfMine Method (Int32, String)
获取我的任务

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal TaskViewEntity GetTaskOfMine(
	int activityInstanceID,
	string userID
)

Parameters

activityInstanceID
Type: SystemInt32
活动实例ID
userID
Type: SystemString
用户ID

Return Value

Type: TaskViewEntity
任务视图实体
See Also