UiPath Documentation
maestro
latest
false
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário do Maestro

Terminate

O que faz

Immediately stops the entire process, ending every branch that is still running.

Use Terminate to halt a process from a specific path, such as after detecting an unrecoverable error or reaching a conditional branch where no further work should happen anywhere in the process.

When to use this vs End

SituationUsar
Stop the whole process now, including any parallel branches still runningTerminate
Finish only the current branch and return its output while other branches continueEncerrar

Terminate is global: it ends the process instance regardless of what else is in progress. End is local to its branch.

Configuração

The Terminate node has no configuration. The node that should stop the process connects to its input handle.

Observações

  • Terminate stops execution cleanly. It doesn't raise an error on its own.
  • Any parallel branches still in progress are ended when the process terminates. Terminate should be connected only on paths where stopping all remaining work is the intended outcome.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades