Trigger service - initialize batch of triggers
App Development4 posts164 views3 likesLast activity Oct 2022
AR
ariscatanOP
Oct 2022Hi,
I am new on setting up Trigger service. In our developed app using daml we come up on almost 17 triggers needed to setup per party. I would like to ask if is there a way we can batch fire all the triggers using Trigger service api?
Thanks for the help
CO
cocreature
Oct 2022At this point, there is no way to batch those start requests. You need to send a bunch of individual commands instead.
AR
ariscatan
Oct 2022Thank you ![]()
AR
ariscatan
Oct 2022Hi,
I setup the triggerservice in our app. Is there a way we can check the logs of every trigger using trigger service?
Thanks