Click or drag to resize
ProcessInstanceManagerDelete Method
删除不正常的流程实例(流程在取消状态,才可以进行删除!)

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal bool Delete(
	int processInstanceID
)

Parameters

processInstanceID
Type: SystemInt32

Return Value

Type: Boolean
See Also