| WfRuntimeManagerFactory Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Slickflow.Engine.Core
 Syntax
Syntaxinternal class WfRuntimeManagerFactory
The WfRuntimeManagerFactory type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | WfRuntimeManagerFactory | Initializes a new instance of the WfRuntimeManagerFactory class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateRuntimeInstanceAppRunning | 
            创建运行时实例对象
             | 
|   | CreateRuntimeInstanceJump | 
            创建跳转实例信息
             | 
|   | CreateRuntimeInstanceReverse | 
            流程返签,先检查约束条件,然后调用wfruntimeinstance执行
             | 
|   | CreateRuntimeInstanceSendBack | 
            退回操作
             | 
|   | CreateRuntimeInstanceSendbackByCase | 
            根据不同退回场景创建运行时管理器
             | 
|   | CreateRuntimeInstanceSignForward | 
            加签操作
             | 
|   | CreateRuntimeInstanceStartup(WfAppRunner, WfExecutedResult) | 
            启动流程
             | 
|   | CreateRuntimeInstanceStartup(WfAppRunner, ProcessInstanceEntity, SubProcessNode, WfExecutedResult) | |
|   | CreateRuntimeInstanceWithdraw | 
            撤销操作
            包括:
            1) 正常流转
            2) 多实例节点流转
             | 
|   | CreateRuntimeInstanceWithdrawByCase | 
            根据不同撤销场景创建运行时管理器
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also