Click or drag to resize
ProcessInstanceManagerGetByActivity 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 ProcessInstanceEntity GetByActivity(
	int activityInstanceID
)

Parameters

activityInstanceID
Type: SystemInt32
活动实例ID

Return Value

Type: ProcessInstanceEntity
流程实例实体
See Also