判断活动实例是否是某个用户的任务
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal bool IsMine(
int activityInstanceID,
int userID
)
Parameters
- activityInstanceID
- Type: SystemInt32
活动实例ID - userID
- Type: SystemInt32
用户Id
Return Value
Type:
Boolean是否标志
See Also