Click or drag to resize
WorkflowServiceGetProcessListSimple Method
获取流程定义数据(只包括基本属性)

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public IList<ProcessEntity> GetProcessListSimple()

Return Value

Type: IListProcessEntity

Implements

IWorkflowServiceGetProcessListSimple
See Also