Click or drag to resize
WorkflowServiceGetProcessInstance Method (WfAppRunner, IDbConnection)
获取流程正常实例数据

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ProcessInstanceEntity GetProcessInstance(
	WfAppRunner runner,
	IDbConnection conn = null
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
conn (Optional)
Type: System.DataIDbConnection

Return Value

Type: ProcessInstanceEntity
See Also