BIP2526
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Illegal ATOMIC block usage.Explanation
The program is attempting an operation which may result in an atomic block being entered when higher level code is already inside an atomic block. This is not allowed as it may result in deadlocks. This situation may arise through code within an atomic block calling a function or procedure which also contains an atomic block. It can also arise as a result of a the use of a PROPAGATE statement within an atomic block.Response
Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow.