Click or drag to resize
WorkflowServiceIsMineTask Method
判断是否是我的任务

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public bool IsMineTask(
	ActivityInstanceEntity entity,
	string userID
)

Parameters

entity
Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
userID
Type: SystemString

Return Value

Type: Boolean
See Also