By mikelutz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
Description:
It is deprecated to throw a MigrateSkipProcessException inside a migrate process plugin. Plugins should implement the isPipelineStopped method and return TRUE to stop further processing on a pipeline.
@see Migrate process plugin can now stop the process pipeline after they run
Impacts:
Module developers
Comments
It would've been nice a
It would've been nice a before and after example, it really helps in most of the change logs
Example for changes to core.
From the core issue Remove usages of MigrateSkipProcessException from core process plugins:
Before
After
I added a link to the
I added a link to the original CR for isPipelineStopped with the before and after.