Click or drag to resize
ProcessInstanceManagerUpdate Method
流程实例更新

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal void Update(
	ProcessInstanceEntity entity,
	IDbSession session
)

Parameters

entity
Type: Slickflow.Engine.Business.EntityProcessInstanceEntity
实体
session
Type: IDbSession
会话
See Also