Click or drag to resize
ProcessModelGetActivityRoles Method
获取节点上定义的角色code集合

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public IList<Role> GetActivityRoles(
	string activityGUID
)

Parameters

activityGUID
Type: SystemString

Return Value

Type: IListRole

Implements

IProcessModelGetActivityRoles(String)
See Also