Click or drag to resize
XPDLHelperGetWorkItemType Method
根据活动类型获取工作项类型

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal static WorkItemTypeEnum GetWorkItemType(
	ActivityTypeEnum activityType
)

Parameters

activityType
Type: Slickflow.Engine.CommonActivityTypeEnum
活动类型

Return Value

Type: WorkItemTypeEnum
工作项类型
See Also