Hi @triptesh , Active Flow Indication is one of my favourite features!
If you’re getting flow active indications, your code and configuration (you have to have the queue type set to Exclusive and Active Flow Indication is set) is correct.
When are you expecting to see the inactive notification? If your flow starts in the inactive state because another flow is active, I think the flow is marked as inactive but no event is generated, so isActiveFlowIndication() returns false . Let me check that.
Once a flow is active, the only way it will become inactive is if the connection is lost or the flow is closed.