/
Result Processing-Stored Procedure

Result Processing-Stored Procedure

Specifies how the Controller should determine whether the Stored Procedure failed or completed successfully.

Options:

  • Skip Result Processing.
  • Success Exitcode Range - The Stored Procedure is considered completed successfully if its exit code falls within the range specified in the Exit Codes field.
  • Failure Exitcode Range - The Stored Procedure is considered failed if its exit code falls within the range specified in the Exit Codes field.
  • Success Result Set Contains - The Stored Procedure is considered completed successfully depending on the value in a specific database column (see Column Name, Operator, and Value fields).
  • Failure Result Set Contains - The Stored Procedure is considered failed depending on the value in a specific database column (see Column Name, Operator, and Value fields).
  • Success Output Parameter - The Stored Procedure is considered completed successfully if its output parameter satisfies the condition specified in the associated Parameter Position, Operator, and Value fields.
  • Failure Output Parameter - The Stored Procedure is considered failed if its output parameter satisfies the condition specified in the associated Parameter Position, Operator, and Value fields.

Related content

Result Processing-Stored Procedure
Result Processing-Stored Procedure
More like this
Result Processing
More like this
Result Processing
More like this
Result Processing
Result Processing
More like this
Exit Code Processing
Exit Code Processing
More like this
Exit Code Processing
Exit Code Processing
More like this