Skip to content
English
  • There are no suggestions because the search field is empty.

Manually execute an automation

Learn how to manually execute polling automations in APIANT using the Execute Now option and choose between Normal, Test, or Export execution modes.

To manually execute a polling automation, open its gear menu and select the Execute Now option:

Document image
 
 

NOTE: this menu option does not appear for automations that only contain webhook instant triggers.

Then choose an execution mode:

Document image
 

The mode determines how much data the polling trigger(s) will emit:

  • Normal mode runs the automation just as the system does. Depending on the trigger(s), this means the trigger(s) will emit any new or updated data since the last time the automation was normally executed.
  • Test mode forces the trigger(s) to emit up to 3 data records.
  • Export mode forces the trigger(s) to emit all data records they fetch. The number of emitted data records will vary depending on the trigger's implementation.