shinesolutions/aem-stack-manager-messenger

Condition for status quering needs to change

Closed this issue · 1 comments

ATm the DB query for the command status only checks, if the command is not in Pending. Since the offline snapshot also use different status, there rather should a check if a command is in state Success or Failed

Code:
dbquery.item[0].state.S == "Success" or dbquery.item[0].state.S == "Failed"