Ant Organisation Ltd documentation

WorkflowEngine.SetResponsibleUser Method 

Sets the responsible user of an activity

public void SetResponsibleUser(
   AntConnection connection,
   AntTransaction transaction,
   ActivityInstance instance,
   User user
);

Parameters

connection
Database connection which contains the current transaction
transaction
Transaction on which to change the database
instance
Activity instance to assign a new owner
user
User who is now responsible for the activity

See Also

WorkflowEngine Class | Ant.Workflow Namespace