Skip to content

Additional Commands

MarinaRazumovsky edited this page Jan 31, 2018 · 15 revisions

Additional Commands

stopOnFailure [boolean]

  • false - (default) The pipeline will continue through the steps even if there is a processor failure.
  • true - The pipeline will stop processing at the first processor that has a failure.
{  
  "steps":[  
    {}
    {}
    {}
  ],
  "stopOnFailure":true
}
Clone this wiki locally