TaskManagerInsert Method (ActivityInstanceEntity, String, String, String, String, IDbSession, NullableInt32) |
插入任务数据(创建任务)
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxprivate int Insert(
ActivityInstanceEntity activityInstance,
string performerID,
string performerName,
string runnerID,
string runnerName,
IDbSession session,
Nullable<int> entrustedTaskID = null
)
Parameters
- activityInstance
- Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
活动实例 - performerID
- Type: SystemString
执行者Id - performerName
- Type: SystemString
执行者名称 - runnerID
- Type: SystemString
运行者ID - runnerName
- Type: SystemString
运行者名称 - session
- Type: IDbSession
会话 - entrustedTaskID (Optional)
- Type: SystemNullableInt32
被委托(原始)任务ID
Return Value
Type:
Int32
See Also