Ant Organisation Ltd documentation

WorkflowTaskType.Save Method 

Saves the edited content. GetEditDefinition

void Save(
   AuthenticatedUser user,
   AntConnection connection,
   AntTransaction transaction,
   XmlDocument instance,
   ActivityInstance activityInstance,
   bool complete
);

Parameters

user
Logged on user
connection
Connection to the database
transaction
Transaction on the connection
instance
Instance to save
activityInstance
Activity instance to which to submit the content
complete
If true, the task is complete and the content is submitted. If false the content is stored with the task for later re-editing

See Also

WorkflowTaskType Interface | Ant.Workflow.Tasks Namespace