Skip to main content
Version: 4.5.0

trigger

Trigger definitions for starting a Flow. Pass a trigger as the first argument to wfa.trigger().

trigger.record

Triggers that fire in response to record lifecycle events.

KeyDescription
createdFires when a record is created on the specified table.
createdOrUpdatedFires when a record is created or updated on the specified table.
updatedFires when a record is updated on the specified table.

trigger.scheduled

Triggers that fire on a time-based schedule.

KeyDescription
dailyFires once per day at the specified time.
monthlyFires once per month at the specified day and time.
repeatFires repeatedly at a configured interval.
runOnceFires once at a specific date and time.
weeklyFires once per week at the specified day and time.

trigger.application

Application-specific event triggers.

KeyDescription
inboundEmailFires when an inbound email is received.
knowledgeManagementFires on a Knowledge Management lifecycle event.
remoteTableQueryFires when a remote table query is executed.
serviceCatalogFires when a Service Catalog request item is submitted.
slaTaskFires on an SLA task event.