Click or drag to resize
NextActivityScheduleBaseAddChildToGatewayComponent Method
把子节点添加到网关路由节点,根据网关节点和子节点是否为空处理

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
protected NextActivityComponent AddChildToGatewayComponent(
	TransitionEntity fromTransition,
	ActivityEntity currentGatewayActivity,
	NextActivityComponent gatewayComponent,
	NextActivityComponent child
)

Parameters

fromTransition
Type: Slickflow.Engine.XpdlTransitionEntity
起始转移
currentGatewayActivity
Type: Slickflow.Engine.XpdlActivityEntity
当前网关节点
gatewayComponent
Type: Slickflow.Engine.XpdlNextActivityComponent
网关Component
child
Type: Slickflow.Engine.XpdlNextActivityComponent
子节点

Return Value

Type: NextActivityComponent
下一步Component
See Also