Click or drag to resize
NextActivityScheduleSplitGetNextActivityListFromGateway Method
获取下一步节点列表

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal override NextActivityComponent GetNextActivityListFromGateway(
	TransitionEntity fromTransition,
	ActivityEntity currentGatewayActivity,
	IDictionary<string, string> conditionKeyValuePair,
	out NextActivityMatchedType resultType
)

Parameters

fromTransition
Type: Slickflow.Engine.XpdlTransitionEntity
currentGatewayActivity
Type: Slickflow.Engine.XpdlActivityEntity
conditionKeyValuePair
Type: System.Collections.GenericIDictionaryString, String
resultType
Type: Slickflow.Engine.XpdlNextActivityMatchedType

Return Value

Type: NextActivityComponent
See Also