Split a Workflow in two | Community
Skip to main content

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.

 

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”.