Click or drag to resize
IWorkflowServiceDeleteProcess Method (String, String)

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

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
void DeleteProcess(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString
See Also