In inbound email flows, use the End Task action to end a task in a process. In some situations, you might have more than one End Task action in a task. For example, if your task includes a Decision action:

  • Your task might terminate if the If condition is true. In that case, add an End Task action directly after the True part of the Decision action.
  • Your task might continue for several more steps if the Else condition true. In this case, add an End Task action at the end of the additional steps.
Name Description
Name field  Type a distinctive name for the End Task action. The label you enter here becomes the action’s name displayed in the task sequence.
Output Path

Under Output path, to select the exit path (what the task does as it ends) do any of the following:

  • From the list, select the default output path, or select an existing output path.
  • Click the + button to create a new output path, then type the desired path. The result value is the same as the path name. The path name can be anything you want. You use the value in the Call Task action, which can make your process do different things depending on the path chosen.
  • Click X to delete a selected task from this action.