1642

Possible infinite loop in Procedure:<ProcName > Case:CaseNum... Sending Step <StepName > exceeded max send/withdraw actions per workflow transaction (process attribute BG_MAX_ACTIONS_PER_TRANS = Value).

Description 

iProcess has detected a possible infinite loop in case CaseNum of procedure ProcName. Sending step StepName of this case has exceeded the maximum number of actions permitted per transaction, as defined by the BG_MAX_ACTIONS_PER_TRANS process attribute.

Appears In 

SWDIR\logs\sw_warn

Severity 

2 (Severe)

Action 

Check the procedure to determine whether it contains an infinite loop - either by design, or because an exit condition is not being met. If it does, redesign the procedure to remove it.

If the procedure contains a number of consecutive EAI steps and/or complex routers that is greater than the value of the BG_MAX_ACTIONS_PER_TRANS process attribute, increase the attribute value as required.

See Also 

“Administering Process Attributes” in TIBCO iProcess Engine Administrator's Guide for more information about the BG_MAX_ACTIONS_PER_TRANS process attribute.