Click or drag to resize
ProcessModelGetActivityParticipants Method
获取节点上定义的角色及人员集合

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal IList<Participant> GetActivityParticipants(
	string activityGUID
)

Parameters

activityGUID
Type: SystemString

Return Value

Type: IListParticipant
See Also