Reacting to task events

LiveCycle Process Management provides several asynchronous event types for use in processes. You can add event receives or start points to your processes to react to events when they occur.

More than 20 event types are defined for task state changes such as when a task is completed, or for other changes such as when a file is attached to the task. For example, the TaskDeadlined event type is thrown when a deadline occurs for a task. If a process uses the TaskDeadlined event as the start point, the process can be invoked when the event is thrown.

Methods for reacting to events

// Ethnio survey code removed