Hi Juan,
This is a reproducible process container error, iMac 10.11.6, PI 1195.
• Open any image.
• Apply Crop process to the image, with zero cropping values.
• Create a script process instance on the workspace, and apply it to the image. Script below.
• Using History Explorer, create a process container instance for these two applications.
• Apply this process container to a second image.
Error: Invalid view update request: The image is already being processed.
The error occurs on the script's call to beginProcess().
It appears that all scripts that attempt to update the target fail on beginProcess(). The Crop here is a placeholder, substitute any other process and the error remains.
Thanks,
Mike
Script, which does nothing other than the begin and end process calls:
Parameters.targetView.beginProcess();
Parameters.targetView.endProcess();