How do I end a playbook early based on user input

syed_but_not
Tera Expert

Hi, I'm designing a playbook currently and am trying to end it early using decision branches. I am collecting user data, and based on that user data, need to route the user to further steps or end the playbook. I haven't found this functionality and haven't seen any documentation on this. I've tried just connecting the activity to the end node but that doesn't work. Is what I'm aiming for possible?

3 REPLIES 3

dylancommunity
Tera Contributor

Were you able to figure out how to accomplish this? I'm running into the same issue with a playbook I'm working on. 

 

I only just ran into the issue, so I haven't had time to think of a solution yet. My first thought was to break one playbook up into multiple playbooks, so that the beginning of a longer 'branch' would be a new playbook instead of a new stage in the same playbook. That seems clunky, though. 

patrycjabak
Tera Contributor

any answer? I have the same issue 

No, I ended up using To-Do tasks and custom widgets to achieve the functionality we needed