1. Home
  2. Docs
  3. Process Apps
  4. How To Articles
  5. How to Use Stencils to Define a Logic for a Process App?1 min read

How to Use Stencils to Define a Logic for a Process App?1 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.
  • Merge – Merge logic helps you merge individual process flows into a common flow by defining business logic.
  • GoTo – GoTo logic helps you to conditionally switch the flow to a different step in the process flow.
  • End – End logic helps you to end a process flow.
Menu