Property | Type | Description | |
---|---|---|---|
CompleteActivityInstance | void | ||
InsertActivityInstance | void | ||
InsertTransitionInstance | void | ||
NodeMediatorGateway | System |
Method | Description | |
---|---|---|
CreateActivityInstanceObject ( |
创建节点对象
|
Method | Description | |
---|---|---|
CompleteActivityInstance ( int ActivityInstanceID, ActivityResource activityResource, IDbSession session ) : void |
节点对象的完成方法
|
|
InsertActivityInstance ( |
插入实例数据
|
|
InsertTransitionInstance ( |
插入连线实例的方法
|
|
NodeMediatorGateway ( |
protected CreateActivityInstanceObject ( |
||
activity | ||
processInstance | 流程实例 | |
runner | Slickflow.Engine.Common.WfAppRunner | |
return |