Click or drag to resize
WfRuntimeManagerSendBackMI Class
退回流程运行时
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.CoreWfRuntimeManager
    Slickflow.Engine.CoreWfRuntimeManagerSendBackMI

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

The WfRuntimeManagerSendBackMI type exposes the following members.

Constructors
  NameDescription
Public methodWfRuntimeManagerSendBackMI
Initializes a new instance of the WfRuntimeManagerSendBackMI 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