I know that in Chaincode, an event can be sent using the following command:
stub.SetEvent("<event name>", "<payload>")
How do I send a similar event in Fabric Composer? And how do I listen to this event in a Node.js application so that my UI can notify the user if a particular event happened already?