true when the retry criterion is satisfied, false otherwise.
Examples
# Use default predicate for non-idempotent steps# and define custom configuration values-step_name:try:steps:-send_message:call:http.postargs:url:https://www.example.com/endpointbody:some_val:"HelloWorld"another_val:123result:the_message-return_value:return:${the_message.body}retry:predicate:${http.default_retry_predicate_non_idempotent}max_retries:10backoff:initial_delay:1max_delay:90multiplier:3
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]