Ant Organisation Ltd documentation

WorkflowEngine.SetResponsibleGroup Method 

Sets the responsible group of an activity

public void SetResponsibleGroup(
   AntConnection connection,
   AntTransaction transaction,
   ActivityInstance instance,
   Group group
);

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
group
Group which is now responsible for the activity

See Also

WorkflowEngine Class | Ant.Workflow Namespace