Click or drag to resize
WfRuntimeManagerSendBackMILast Class
退回到多实例子节点最后一个节点
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.CoreWfRuntimeManager
    Slickflow.Engine.CoreWfRuntimeManagerSendBackMILast

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

The WfRuntimeManagerSendBackMILast type exposes the following members.

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