Hi DAMLers,
Yesterday we discussed with @dliakakos and @cocreature what DAML Triggers are and how to write them. Check out the video here
DAML applications often need to automate certain interactions with the ledger.
For example, when an expense request is created on the ledger, you might want to auto-approve it so long as it is less than a certain amount.
Although it is possible to write such automations in a language of your choice using the JSON API or the ledger bindings, it introduces an additional layer of friction.
emphasized textDAML triggers address this problem by allowing you to write automations directly in DAML reusing all the DAML types that you have already defined in your model.
Any questions to the speakers @dliakakos, @cocreature or @ManishGrover?