Skip to content

Exclusive choice

Exclusive choice pattern. Select one path from multiple options

Exclusive choice is a type of decision-making that allows you to select one path from multiple options. This is a common pattern in business processes where you need to make a decision based on a set of conditions.

Image

In Tallyfy, you can create 2 individual automations to achieve an exclusive choice pattern. Each automation will have a different condition, and only one of them will be executed based on the conditions being met.

Example

Let’s consider a New employee onboarding process. When the process is initiated, we will have a first step to gather some basic information about the new employee, In this particular case, our process demands a different set of actions based on the employee’s role inside the company. If it’s a Field employee, we need a different set of actions to be executed, If it’s an Office employee, we need to execute different actions instead.

We will start by creating a form field of type Radio button on the first step to gather the employee’s role, this is because radio buttons allows us to have defined options and only one of them can be selected. We will have 2 options, Field employee and Office employee.

Image

After that, we will create 2 automations, one for each role, and we will set the conditions to be met for each automation to be executed.

  • Automation 1: If the employee’s role is Field worker, then execute the actions for Field employee.
Image
  • Automation 2: If the employee’s role is Office worker, then execute the actions for Office employee.
Image

Summary

Exclusive choice is a powerful pattern that allows you to make decisions based on specific conditions, enabling you to select one path from multiple options in your business processes.

Automations > Conditionals

Automations allow users to set up various conditional rules and triggers that enable automatic decision-making and responsive actions within their workflow processes.

Templates > Automations

Automations enable automated decision-making and actions within templates based on user-defined conditions, featuring conditionals, examples, and customizable actions for streamlined process execution.

Tutorials > Create an automation

Automate employee onboarding processes by creating conditional workflows that adapt based on form field responses and task completions, ensuring a streamlined and personalized experience for different employee roles.

Automations > Examples

Tallyfy’s automation feature enables intelligent process decision-making through configurable conditions, similar to real-life decision patterns, with practical examples provided to illustrate common implementation scenarios.