| ProcessInstanceManagerGetProcessInstanceLatest Method  | 
            获取最近的流程运行实例
            
 
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal ProcessInstanceEntity GetProcessInstanceLatest(
	string appName,
	string appInstanceID,
	string processGUID
)
Parameters
- appName
 - Type: SystemString
 - appInstanceID
 - Type: SystemString
 - processGUID
 - Type: SystemString
 
Return Value
Type: 
ProcessInstanceEntity
See Also