1. Home
  2. Docs
  3. Process Apps
  4. Flow
  5. Logic
  6. Logic1 min read

Logic1 min read

In general, Logic refers to the method that deals with rules and processes used in reasoning. A Logic in a Process App is used to direct the workflow to different branches with or without conditions in the workflow. It also helps you repeat actions or unify the branches created in the workflow. There are four types of logic involved in building a process flow:

  • Split – Split logic helps you to split the process into two or more branches and define the branch execution. For more information, click here.
  • Merge – Merge logic helps you merge individual process flows into a common flow by defining business logic. For more information, click here.
  • GoTo – GoTo logic helps you to conditionally switch the flow to a different step in the process flow. For more information, click here.
  • End – End logic helps you to end a process flow. For more information, click here.
Menu