I'm using the event notification framework to handle post tasks for VM creation 
and deletion.  Following a VM create, I do a post task, which in the case where 
this post task fails, I go back and remove the VM that was just created, using 
the API.  I'd like to be able to notify the user through the web UI that this 
has happened.  Is there a way to pass messages back into cloudstack for the 
user?  It looks like I can create an alert using the API, but I'd like 
something that gives more obvious notice to the user that their build failed, 
ie: a notification that appears in their browser window under "Notifications" 
or a pop up window for some sort.

Thanks.

Reply via email to