Problem/Motivation

It would be nice to have an optional argument/flag that can be passes to run() to make it so that if an error occurs with one item, it will log it but move on rather than stopping the run.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

swirt created an issue. See original summary.

  • swirt committed 3f5483a7 on 1.0.x
    Issue #3432141 by swirt: Provide an option for skipping on error rather...
swirt’s picture

Status: Active » Fixed

This has been added. It will go out with alpha-3

When calling `->run($sandbox, $executor, $allow_skip)` set $allow_skip to TRUE to make it not stop on errors.

swirt’s picture

Status: Fixed » Closed (fixed)

Released 1.0.1-alpha3