Products | Versions |
---|---|
TIBCO Fulfillment Order Management | - |
Not Applicable | - |
Option to reply with error during an amendment/Cancel action.
The typical use case is as follows:
1). Submit order and keep in EXECUTION.Property in $AF_HOME/config/ConfigValues_OMS.xml:
<ConfValue description="Should the failed plan item be suspended for amendment to progress" name="ShouldFailedPlanItemSuspend"
propname="com.tibco.fom.orch.flag.shouldFailedPlanItemSuspend" readonly="false" sinceVersion="2.1" visibility="Basic">
<ConfString default="false" value="true"/>
</ConfValue>
The following message will be logged in OMS.
---------------------------------------------------------------
Flag 'ShouldFailedPlanItemSuspend' is set; marking the FAILED planItemID [{}] in planID [{}] for orderID [{}] as SUSPENDED for amendment to progress.
---------------------------------------------------------------
If the flag is not set, the message below will be logged instead.