Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Record Edit Approval business process rules with action selected as "Mass Update" does not create workitems for mass update events.
Environment:
TIBCO Product name and version: TIBCO Collaborative Information Manager 8.0
Operating System(s): All Operating Systems
Symptoms:
None
Cause:
N/A
Resolution:
Follow the steps given below to resolve this issue.
1. Modify the $MQ_HOME/config/rules/CONDITION_Action.xml to have the following xml:
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by TIBCO Software Inc. -->
<Condition Visible="true" ID="Action">
<ResourceKey key="DOMAINENTRY_ACTION_$1"/>
<Type>String</Type>
<PresentationFormat PresentationFormat="the action is ( name )"/>
<ConditionOperand>
<GetOperand>
<ClassName ClassName="com.tibco.mdm.integration.ruleengine.IAttributable"/>
<AttributeName AttributeName="Action"/>
<DataSourceType Type="XPATH"/>
<DataSourceValue Value="/Message/Body/Document/@type"/>
</GetOperand>
</ConditionOperand>
<BooleanOperator ProgrammingOperator="equals"/>
<ConditionOperand>
<ParameterOperand>
<SQLQuery Dependents="" SQLQuery="SELECT VALUE, description FROM domainentry WHERE domaintype='ACTION' and value not in ('DeleteProduct') "/>
</ParameterOperand>
</ConditionOperand>
</Condition>
2. Restart the application server instance.
3. Delete existing business process rules and create new business process rules for Record Edit Approval.
Attachments:
None
References:
None