Products | Versions |
---|---|
TIBCO Order Management | 5.x |
Use case:
After processing the plan item execute request, the process component returns a failed or incomplete execution response. Strangely, FOM does not retry the plan item execution as per below configuration(set in ConfigValues_OMS.xml). Instead, it is referred directly to the Plan Item Error Handler.
===
<ConfValue description="The number of retries to be done for failed plan items execution request" isHotDeployable="true" name="Maximum number of retries for failed plan items" propname="com.tibco.fom.orch.failedPC.maxRetryCount" readonly="false" sinceVersion="2.1" visibility="Basic">
<ConfNum default="3" value="3"/>
</ConfValue>
<ConfValue description="The time interval between two consecutive retry attempts for failed plan items" isHotDeployable="true" name="Time interval between consecutive retry attempts for failed plan items" propname="com.tibco.fom.orch.failedPC.retryInterval" readonly="false" sinceVersion="2.1" visibility="Basic">
<ConfNum default="5000" value="5000"/>
</ConfValue>
===