Click or drag to resize
TaskManagerIsMine Method
判断活动实例是否是某个用户的任务

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

Parameters

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

Return Value

Type: Boolean
是否标志
See Also