Click or drag to resize
NextActivityComponentFactoryCreateNextActivityComponent Method (ActivityEntity, ActivityEntity)
创建跳转节点(强制拉取跳转方式,后续节点状态可以强制拉取前置节点到当前节点[后续节点])

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal static NextActivityComponent CreateNextActivityComponent(
	ActivityEntity fromActivity,
	ActivityEntity toActivity
)

Parameters

fromActivity
Type: Slickflow.Engine.XpdlActivityEntity
要拉取的节点
toActivity
Type: Slickflow.Engine.XpdlActivityEntity
拉取到节点

Return Value

Type: NextActivityComponent
See Also