I have a process container that, as the first process, has a pixelmath process that creates a new image. I want subsequent processes to act on that new image. However, the subsequent processes act on the parent of the new image instead.
If I click the container processes one at at time, then the pixelmath's new image is active as the next procedure executes, and as expected, acts on that new image.
Is there some reason that the process container does not work the same way? Is there a coercion I can use to make it do what I need?
Thanks, Alex