Click or drag to resize
IWorkflowServiceGetProcess Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetProcess(System.String)"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
ProcessEntity GetProcess(
	string processGUID
)

Parameters

processGUID
Type: SystemString

Return Value

Type: ProcessEntity
See Also