Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Use the following query to find the details of rejected attributes in a workitem.
SELECT * FROM ATTRIBUTELOG WHERE productKeyId = <PRODUCTKEYID> AND attributeAction = 'APPROVAL' AND resultCode = 'REJECT' AND processLogId = <PROCESSLOGID>
You can get the PROCESSLOGID of the workitem activity from the event log.