Click or drag to resize
IWorkflowServiceEntrustTask Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.EntrustTask(Slickflow.Engine.Business.Entity.TaskEntrustedEntity,System.Boolean)"]

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

Parameters

entrusted
Type: Slickflow.Engine.Business.EntityTaskEntrustedEntity
cancalOriginalTask (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also