(Using RE Framework) I have a queue Item and I am checking the value , if the value matches then next flow should execute and if value didn’t match then it should terminate that Queue item execute and go to next Queue item.
You can direclty use an if conditionin the process transaction. If the element from Queue equal to the value, then if condition should work, else use a Log activity and print “Value not equal to queue item”… Then it will go the get transaction and fetch the next queue item.
Its totally based on how you are writing the flow in process transaction stage.