| TaskManagerGetTaskOfMine Method (Int32, String) | 
            获取我的任务
            
 
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal TaskViewEntity GetTaskOfMine(
	int activityInstanceID,
	string userID
)
Parameters
- activityInstanceID
 - Type: SystemInt32
活动实例ID - userID
 - Type: SystemString
用户ID 
Return Value
Type: 
TaskViewEntity任务视图实体
See Also