Click or drag to resize
NodeMediatorMISignTogetherCompleteWorkItem Method
完成任务实例

Namespace: Slickflow.Engine.Core.Pattern
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal bool CompleteWorkItem(
	TaskViewEntity taskView,
	ActivityResource activityResource,
	IDbSession session
)

Parameters

taskView
Type: Slickflow.Engine.Business.EntityTaskViewEntity
任务视图
activityResource
Type: Slickflow.Engine.CommonActivityResource
活动资源
session
Type: IDbSession
会话

Return Value

Type: Boolean
See Also