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

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

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
startDate
Type: System DateTime
Start date
endDate
Type: System DateTime
End date
Examples

See the function use case here
See Also