Ant Organisation Ltd documentation

WorkflowStartAction.Terminate Method 

Called when the action is terminated

public void Terminate(
   ActivityInstance instance,
   AntConnection connection,
   AntTransaction transaction,
   ref string state
);

Parameters

instance
Activity instance which was terminated
connection
Database connection which contains the current transaction
transaction
Transaction on which to change the database
state
State string representing the action

Implements

Action.Terminate

See Also

WorkflowStartAction Class | Ant.Workflow.Actions Namespace