Click or drag to resize
WorkflowServiceGetRoleByProcess 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<Role> GetRoleByProcess(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString

Return Value

Type: IListRole

Implements

IWorkflowServiceGetRoleByProcess(String, String)
See Also