Slickflow .NET 工作流引擎帮助手册
Slickflow .NET 工作流引擎帮助手册
Slickflow .NET Workflow Engine
Slickflow.Engine.Business.Manager
TaskManager Class
TaskManager Methods
Complete Method
Delete Method
Entrust Method
GetCompletedTasks Method
GetReadyTaskOfApp Method
GetReadyTasks Method
GetRunningTasks Method
GetTask Method
GetTaskOfMine Method
GetTasksPaged Method
GetTaskView Method
Insert Method
IsLastTask Method
IsMine Method
Renew Method
SetTaskRead Method
SetTaskState Method
Update Method
TaskManager
Entrust Method
创建新的委托任务
Namespace:
Slickflow.Engine.Business.Manager
Assembly:
Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
Copy
internal
bool
Entrust
(
TaskEntrustedEntity
entity
,
bool
cancalOriginalTask
=
true
)
Parameters
entity
Type:
Slickflow.Engine.Business.Entity
TaskEntrustedEntity
任务委托实体
cancalOriginalTask
(Optional)
Type:
System
Boolean
是否取消原始任务
Return Value
Type:
Boolean
See Also
Reference
TaskManager Class
Slickflow.Engine.Business.Manager Namespace