Split a Workflow in two | Community
Skip to main content
Answered

Split a Workflow in two

  • September 25, 2025
  • 2 replies
  • 64 views

Hey, im currently creating an Chatbot Workflow. My maingoal is to split the current workflow in 2 parts. I want to do this to clean it up a bit.

The Workflow asks the User if hes a Customer or a driver and this is where i want to split it. Id like to have one workflow for customers and one for Drivers.

Any Ideas on how to implement this?

You can see the current Workflow on the attached picture.

 

Best answer by Steeve Cayla

Multiple things here: 

  • if you are able to know that they are a driver or a customer at a particular time using custom attributes, then you can set the audience to one or another. But I also understand that someone can be both and they need to decide who they are at a particular moment. 
  • if you just keep it as is, then simply create a “reusable workflow”, set it live, and then call it using the action “call reusable workflow”. 

2 replies

Steeve Cayla
Innovator ✨
Forum|alt.badge.img+5
  • Innovator ✨
  • 63 replies
  • Answer
  • September 26, 2025

Multiple things here: 

  • if you are able to know that they are a driver or a customer at a particular time using custom attributes, then you can set the audience to one or another. But I also understand that someone can be both and they need to decide who they are at a particular moment. 
  • if you just keep it as is, then simply create a “reusable workflow”, set it live, and then call it using the action “call reusable workflow”. 

Forum|alt.badge.img
  • Connector
  • 6 replies
  • November 6, 2025

You can create a separate workflow and use conditional routing at the decision node. Just redirect customer answers to one workflow and driver answers to another. Keeps it cleaner and easier to manage.