Workflow Events May Be In Error

As explained under Workflow Event Lifecycle, when the background process WFET executes an event's activation algorithm, this algorithm may cause a pending event to become in error. For example, if an event used to create a field activity can't find a valid service point, the algorithm could change the status of the event to be in error.

For every workflow event that's in error, a record is written to the workflow event exception table. To view the errors,

A user should correct the cause of the error and then change the event's status back to pending. The pending event will be processed the next time the activation process runs.

Fastpath:

Refer to Errors versus Failure for information to help you differentiate between events that have failed versus those that are in error.