Ant Organisation Ltd documentation

WorkflowEndTriggers.DeleteTriggers Method 

Deletes a trigger from a workflow instance

public void DeleteTriggers(
   AntConnection connection,
   AntTransaction transaction,
   ActivityInstance activityInstance
);

Parameters

connection
Connection to the workflow database
transaction
Transaction on the database
activityInstance
Activity for which to remove all triggers

See Also

WorkflowEndTriggers Class | Ant.Workflow Namespace