shinesolutions/aem-stack-manager-messenger

Message action status checking

Closed this issue · 1 comments

Currently send-message playbook only sends the message in a fire-and-forget model.
This needs to be improved with a follow up step to poll for the status of the message, i.e. keep polling while status is pending, and stop when it's either a success or a failure, or otherwise it will eventually time out.
While polling, it would be good to display the status as a feedback to the user.

Done.