ACTEN0022E: An attempt was made to forward an event to the rule_name rule before that rule completed its event processing.

Explanation: Through the use of one or more event forwarding methods, event is being forwarded to the specified rule before that rule has completed its processing. This creates a loop. The rule is not yet ready to accept additional events.

Administrator Response: Contact the rule writer.

Programmer Response: Verify that all event forwarding methods are using the correct rule names (sending events to the correct rules). To prevent a loop, use the forwardOnCompletion() method rather than the forward() method.