1. TIBCO ActiveMatrix BusinessWorks™ Concepts, Release 6.8.1, March 2022:
For Error Transitions (A): Chapter 6: Process Definition, Section: "Transitions". The documentation states, "There are three types of transitions: Success, Success with conditions, and Error... An error transition is created to handle an error that occurs when the activity is running."
For Fault Handlers (D): Chapter 6: Process Definition, Section: "Scopes". The documentation explains, "A scope is a container for a collection of activities... A scope can have one or more fault handlers to catch and handle faults that may be thrown by the activities inside the scope."
For Conditional Transitions (C): Chapter 6: Process Definition, Section: "Transitions". This section distinguishes "Success with conditions" transitions, which are based on XPath, from Error transitions.
For Event Handlers (E): Chapter 6: Process Definition, Section: "Event Handlers". This section describes how event handlers are used for asynchronous events, separate from the main process flow.