ProcessModelFactoryCreate Method |
创建流程模型实例
Namespace: Slickflow.Engine.XpdlAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal static IProcessModel Create(
string processGUID,
string version = null
)
Parameters
- processGUID
- Type: SystemString
流程GUID - version (Optional)
- Type: SystemString
版本
Return Value
Type:
IProcessModel流程模型
See Also