Click or drag to resize
ActivityInstanceManagerGetById Method (Int32)
根据ID获取活动实例

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 GetById(
	int activityInstanceID
)

Parameters

activityInstanceID
Type: SystemInt32

Return Value

Type: ActivityInstanceEntity
See Also