monitorOptionEnum
Provides the list of options for the monitoring service.
References
- Used by the following properties:
bibus » monitorOption » name
Members
- background
Specifies whether the task should be run in the background. To specify this option, use the bibus » monitorOptionBoolean class.
Default:
false
- writeCompleteHistory
Specifies whether the complete task history should be written to the content store.
When this option is
true
or is omitted, the complete task history is written to the content store.When this option is set to
false
, and the task and child tasks complete successfully, the task history for the root task is written to the content store and task history for child tasks is not written to the content store. Throughput of background tasks is thus improved by reducing the number of history objects that need to be written to the content store when the task completes successfully. Features of the Past Activities portal pages that rely on the presence of task history logs are not available for those tasks affected by this option.If a failure occurs during the execution of the task (including child tasks) the complete task history is written to the content store, regardless of the value specified for this option.
If the task causes a child task to run, then the option value for the task is included in the run request for the child task. Therefore, even if the child task specifies this option, the value specified in the child task is overridden by the parent task option.
To specify this option, use the bibus » monitorOptionBoolean class.
Default:
true
- New in Version 8.4 — Writing Task History Subsets
This value was added.