ProcessManagerGetByVersion Method |
根据流程GUID和版本标识获取流程
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic ProcessEntity GetByVersion(
string processGUID,
string version
)
Parameters
- processGUID
- Type: SystemString
- version
- Type: SystemString
Return Value
Type:
ProcessEntity
See Also