Click or drag to resize
WorkflowServiceCreateProcess Method
创建流程定义记录

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public int CreateProcess(
	ProcessEntity entity
)

Parameters

entity
Type: Slickflow.Engine.Business.EntityProcessEntity
流程定义实体

Return Value

Type: Int32
新ID

Implements

IWorkflowServiceCreateProcess(ProcessEntity)
See Also