Click or drag to resize
WorkflowServiceEntrustTask Method
创建新的委托任务

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public bool EntrustTask(
	TaskEntrustedEntity entrusted,
	bool cancalOriginalTask = true
)

Parameters

entrusted
Type: Slickflow.Engine.Business.EntityTaskEntrustedEntity
被委托任务信息
cancalOriginalTask (Optional)
Type: SystemBoolean
是否取消原委托任务办理

Return Value

Type: Boolean

Implements

IWorkflowServiceEntrustTask(TaskEntrustedEntity, Boolean)
See Also