You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

PropertyDescriptionDefaultTypeRequired
enableEnable pipeline configuration for execution.truebooleanNo
stagesList of stages to be executed by the pipeline.
listYes
max_iterationsMaximum number of iterations the pipeline can perform.2integerNo
default_responseIn case the maximum iterations are reached, the value to merge with the final response.nullobject or nullNo
exit_field_conditionField of the final response where values will be checked; a JMESPath expression for path formats.
stringYes
match_any_valuesIf any value in this list is in the field, the pipeline will exit the loop.nullarray or nullNo
match_all_valuesIf all the values in this list are in the field, the pipeline will exit the loop.nullarray or nullNo
match_none_of_valuesIf none of the values in this list are in the field, the pipeline will exit the loop.nullarray or nullNo
  • No labels