Click or drag to resize
TaskManagerInsert Method (ActivityInstanceEntity, Performer, WfAppRunner, IDbSession)
插入任务数据

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal int Insert(
	ActivityInstanceEntity activityInstance,
	Performer performer,
	WfAppRunner runner,
	IDbSession session
)

Parameters

activityInstance
Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
活动实例
performer
Type: Slickflow.Engine.CommonPerformer
执行者
runner
Type: Slickflow.Engine.CommonWfAppRunner
运行者
session
Type: IDbSession
会话

Return Value

Type: Int32
See Also