QuestionQ1

Plan and configure agent solutions

An agent uses a flow that calls an external service which can occasionally fail or time out.

When a failure occurs, the agent must meet the following requirements:

  • Must not terminate silently.
  • Must send a notification containing the error details.
  • You need to configure the agent flow so that failures are handled in a controlled and predictable way.

Solution: Configure run-after conditions for failure paths.

Does this solution meet the goal?

Explanation

Run-after settings allow a flow to continue on a failure or timeout through a designated error-handling path. That path can send a notification with the failed action’s error details, providing controlled, non-silent failure handling.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!