Skip to main content
The Outcome node is used to record whether a workflow step resulted in a success or failure. Each outcome contributes to the session’s running total_outcome_score, which can be used for analytics, evaluation, or iterative optimization.

Main Settings

Outcome

Select whether this point in the workflow represents a positive or negative result. Options:
  • Success
  • Failure
The sign (+/-) of the contribution to the outcome score is based on this selection.

Weight (1–10)

Defines the magnitude of the reward or penalty applied.
Higher values indicate stronger impact on the total outcome score.

Add Details

Enable this to provide optional metadata for analytics or debugging. When enabled, the following fields appear:

Reason

Optional explanation describing why this outcome occurred.

Name / Label

Optional human-readable label for categorizing or tagging this outcome (e.g., "payment_success", "form_error").