ProcessInstanceManagerGetProcessInstance Method |
根据流程完成状态获取流程实例数据
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal IEnumerable<ProcessInstanceEntity> GetProcessInstance(
string appName,
string appInstanceID,
string processGUID
)
Parameters
- appName
- Type: SystemString
- appInstanceID
- Type: SystemString
- processGUID
- Type: SystemString
Return Value
Type:
IEnumerableProcessInstanceEntity
See Also