jobOptionEnum – obsolete

Provides the list of job options.

Members

continueOnError – obsolete

Specifies whether a job should continue to execute steps if a preceding step has failed. To specify this option, use the bibus » jobOptionBoolean class.

When running jobs in sequential fashion, the default behavior upon the failure of a job step is to:

Setting this value to trueallows subsequent job steps to continue, but the overall status of the bibus » jobDefinition is still set to failed.

When running jobs in parallel, this setting has no effect.

Default: false

This value is deprecated. Use the bibus » asynchOptionEnum » continueOnError value instead.