Click or drag to resize
WfRuntimeManagerAppRunning Class
应用执行运行时
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.CoreWfRuntimeManager
    Slickflow.Engine.CoreWfRuntimeManagerAppRunning

Namespace: Slickflow.Engine.Core
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class WfRuntimeManagerAppRunning : WfRuntimeManager

The WfRuntimeManagerAppRunning type exposes the following members.

Constructors
  NameDescription
Public methodWfRuntimeManagerAppRunning
Initializes a new instance of the WfRuntimeManagerAppRunning class
Top
Methods
  NameDescription
Protected methodCallback
事件回调
(Inherited from WfRuntimeManager.)
Public methodEquals (Inherited from Object.)
Protected methodExecute
执行方法
(Inherited from WfRuntimeManager.)
Protected methodExecuteInstanceImp
运行执行方法
(Overrides WfRuntimeManagerExecuteInstanceImp(IDbSession).)
Protected methodFinalize (Inherited from Object.)
Protected methodGetBackwardMostPreviouslyActivityInstanceID
获取退回时最早节点实例ID,支持连续退回
(Inherited from WfRuntimeManager.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Protected propertyActivityResource (Inherited from WfRuntimeManager.)
Protected propertyAppRunner (Inherited from WfRuntimeManager.)
Protected propertyBackwardContext (Inherited from WfRuntimeManager.)
Protected propertyInvokedSubProcessNode (Inherited from WfRuntimeManager.)
Protected propertyIsBackward (Inherited from WfRuntimeManager.)
Protected propertyParentProcessInstance (Inherited from WfRuntimeManager.)
Protected propertyProcessModel (Inherited from WfRuntimeManager.)
Protected propertyRunningActivityInstance (Inherited from WfRuntimeManager.)
Protected propertyTaskView (Inherited from WfRuntimeManager.)
Protected propertyWfExecutedResult
流程执行结果对象
(Inherited from WfRuntimeManager.)
Top
Events
  NameDescription
Private event_onWfProcessExecuted (Inherited from WfRuntimeManager.)
Protected eventOnWfProcessExecuted (Inherited from WfRuntimeManager.)
Top
See Also