Package com.appiancorp.suiteapi.process.events
package com.appiancorp.suiteapi.process.events
Provides event trigger and producer functionality for Appian, which can be used to alter process flow and send and receive messages (including receiving e-mail messages).
The most important classes are Event
,
EventTrigger
and
EventProducer
, which represent
events (both triggers and producers).
-
ClassDescriptionBase class for all events (both
EventTrigger
andEventProducer
extend this class).Represents an event producer (an event that performs an action immediately when it is reached in flow).Deprecated.Deprecated.Represents an event trigger (an event that waits for something to occur before continuing flow).Deprecated.Represents a send message event.Represents a receive message event.Represents a single condition in the set of conditions on an event trigger.Represents the trigger for a rule event.Represents a terminate event producer.Represents the trigger for a timer event.