Trigger service - initialize batch of triggers

Hi,
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

At this point, there is no way to batch those start requests. You need to send a bunch of individual commands instead.

3 Likes

Thank you :slight_smile:

Hi,
I setup the triggerservice in our app. Is there a way we can check the logs of every trigger using trigger service?

Thanks