Do you know if it is possible with some settings to automatically turn off journeys? I intend to stop them
In my case they are mostly connected with entry source>salesforce data>campaign
Ideally, at the end of the SF campaign or after no one has been entered into the journey for a certain amount of time, the journey shuts down.
Khyati Mehta (InfinySkills) Forum Ambassador
Hi Alex,
From what I know, there is no built-in functionality to automatically turn off journeys However, you can achieve this by implementing custom solutions using Automation Studio and Journey Builder. You can set up a DE that will serve as a control table to track the status of your journeys. Update this control table whenever a new journey is started Create an automation in Automation Studio to regularly check the conditions that determine when a journey should be turned off or utilize the JB API to programmatically control the status of the journeys based on the updated status field in the control table.