Click or drag to resize
ActivityInstanceManagerGetPreviousOfMultipleInstanceNode 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 ActivityInstanceEntity GetPreviousOfMultipleInstanceNode(
	int mainActivityInstanceID,
	int activityInstanceID,
	float completeOrder
)

Parameters

mainActivityInstanceID
Type: SystemInt32
activityInstanceID
Type: SystemInt32
completeOrder
Type: SystemSingle

Return Value

Type: ActivityInstanceEntity
See Also