Click or drag to resize
WorkflowServiceGetAllTaskActivityList Method
获取全部任务类型的节点列表(包含会签和子流程)

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public List<ActivityEntity> GetAllTaskActivityList(
	string processGUID,
	string version
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString

Return Value

Type: ListActivityEntity

Implements

IWorkflowServiceGetAllTaskActivityList(String, String)
See Also