Hello,
we use Jobchains in SAP CPS as general container for all kinds of Jobs.
Sometimes we have several Jobs which are logically independet from each other and do the same thing e.g. for different company codes, but we put them together in one jobchain because they follow the same scheduling pattern, which makes them easier to handle.
Because these Jobs are independet from each other we set the status handler On Error: Continue and On Killed: Continue, so that the other jobs still run, when another has failed (we don't want them to run parallel because they access the same database tables, which would slow them down).
The thing is that we don't see it in the monitor when one of those "subchains" runs on error because the "mainchain" is marked as completed.
Is there a possibilty to mark the "mainchain" with error even though the chain continues if one step runs on error?
Changing the Monitor so that it displays also subchains on error is not an option because sometimes it is also the other way round, and it is desired that the mainchain is marked as completed although a step went on error, and this would drastically decrease the overview in our monitor.
Greetings
Tim