Click or drag to resize
WorkflowServiceGetProcessInstance Method (Int32)
获取流程实例数据

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(
	int processInstanceID
)

Parameters

processInstanceID
Type: SystemInt32

Return Value

Type: ProcessInstanceEntity

Implements

IWorkflowServiceGetProcessInstance(Int32)
See Also