I have configured stateful logic app workflow using service bus queue message(peek-lock)
connector. After processing message, the "Complete" action failing to remove message from queue using MessageId
and throwing exception as
Tried to test after updating the below logic app configurations but in that case workflow itself was not triggering
It started working after changing the built-in "Complete Message" action connector to a managed action connector.