pub.task:TaskAudit

WmTaskClient. Document type containing information returned as output from pub.task.taskclient:getTaskAudit.

Parameters

createdDate Date The date and time the operation was applied to the audited task.
difference String[ ] An array of strings representing the changes made as part of an audit log entry.
sourceURI String URI of the source of this change.
TaskURI String URI of the audited task.
id Integer Unique ID of this audit log entry.
operation Integer Numerical representation of the operation performed. See Usage Notes below for more information.

Selected TASK_OPERATION_* fields from com/webmethods/caf/faces/data/task/ITaskConstants are valid values for this parameter, as described in Usage Notes below. For more information, see the Javadoc in IBM webMethods CAF and IBM My webMethods Server Java API Reference, available from the Software AG Documentation web site under IBM My webMethods Server in the corresponding webMethods Product Suite release number.

taskVersionNumber Integer Version number of the audited task.

Usage Notes

The integer values returned in the operation parameter represent the following operations:

0 = TASK_OPERATION_CREATED  
1 = TASK_OPERATION_RESUME  
2 = TASK_OPERATION_SUSPEND  
3 = TASK_OPERATION_UPDATE  
5 = TASK_OPERATION_ERROR   
9 = TASK_OPERATION_DISTRIBUTION_RULE_FIRED  
10 = TASK_OPERATION_TRIGGER_RULE_FIRED  
11 = TASK_OPERATION_SCHEDULE_RULE_FIRED  
12 = TASK_OPERATION_DELEGATION_RULE_FIRED  
13 = TASK_OPERATION_REPLY  
14 = TASK_OPERATION_REVERTED  
16 = TASK_OPERATION_ACCEPTED  
17 = TASK_OPERATION_UNACCEPTED