Click or drag to resize
WorkflowServiceGetActivityInstance Method
获取活动实例数据

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ActivityInstanceEntity GetActivityInstance(
	int activityInstanceID
)

Parameters

activityInstanceID
Type: SystemInt32

Return Value

Type: ActivityInstanceEntity

Implements

IWorkflowServiceGetActivityInstance(Int32)
See Also