PublicAPI.Processes.WorkflowTaskBase.ReAssign ELMA API Documentation
Reassign the task
 
 
Syntax

public void ReAssign(
	TaskBase task,
	User newExecutor,
	DateTime endDate,
	Comment comment
)

Parameters

task
Type: TaskBase
Task to reassign. Object. Access path: PublicAPI.Processes.WorkflowTaskBase
newExecutor
Type: User
New executor. Object. Access path: PublicAPI.Portal.Security.User
endDate
Type: System DateTime
End date
comment
Type: Comment
Comment. Object. Access path: PublicAPI.Portal.Objects.Common.Comment
Examples

See the function use case here
See Also