Ant Organisation Ltd documentation

WorkflowTaskType.Action Method 

Executes an action on the task

bool Action(
   AuthenticatedUser user,
   AntConnection connection,
   AntTransaction transaction,
   WorkflowTask task,
   ActivityInstance activityInstance,
   string action,
   string comment
);

Parameters

user
Logged on user
connection
Connection to the database
transaction
Transaction on the connection
task
Task on which to perform the action
activityInstance
Activity instance on which the task performs
action
Name of action to perform
comment
Comment to add to the activity instance

Return Value

True if the task is completed, else false

See Also

WorkflowTaskType Interface | Ant.Workflow.Tasks Namespace