Click or drag to resize
TransitionInstanceManagerGetPreviousActivityInstance Method
读取节点的上一步节点信息

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal IList<ActivityInstanceEntity> GetPreviousActivityInstance(
	ActivityInstanceEntity runningNode,
	bool isSendback,
	out bool hasPassedGatewayNode
)

Parameters

runningNode
Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
当前节点
isSendback
Type: SystemBoolean
是否退回
hasPassedGatewayNode
Type: SystemBoolean
是否经由路由节点

Return Value

Type: IListActivityInstanceEntity
活动实例列表
See Also