Click or drag to resize
WorkflowServiceGetActivityInstances Method
获取一个流程实例下的所有活动实例

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public IList<ActivityInstanceEntity> GetActivityInstances(
	int processInstanceID
)

Parameters

processInstanceID
Type: SystemInt32

Return Value

Type: IListActivityInstanceEntity

Implements

IWorkflowServiceGetActivityInstances(Int32)
See Also