Click or drag to resize
WorkflowServiceGetProcessInitiator Method
获取流程发起人信息

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public User GetProcessInitiator(
	int processInstanceID
)

Parameters

processInstanceID
Type: SystemInt32
流程实例Id

Return Value

Type: User
执行者

Implements

IWorkflowServiceGetProcessInitiator(Int32)
See Also