Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Trigger Service On Daml StartForum ↗

Trigger Service On Daml Start

App Development2 posts207 viewsLast activity Jan 2023
VI
VictorShneerOP
Jan 2023

Hi friends!

I’m looking at Trigger Service. I’m new to this part of the system.
Is there a way to specify trigger-service.conf in daml.yaml? Or maybe another native way will allow me to automatically launch the trigger service on daml start?

Thank you!

ST
stefanobaghino-da
Jan 2023

daml start doesn’t automatically start a Trigger Service instance. You can however specify to run daml trigger-service and possibly other automated actions in a script that you can pass to daml start using the --on-start. Note however that the life cycle of the Trigger Service instance(s) you run will not be managed by daml start as it happens for the sandbox, HTTP JSON API service and Navigator.

← Back to Discussions