Pre-Qualification Failed Request Event
Pre-Qualification Failed Request Event is sent by Orchestrator in response to a failed feasibility or plan development call. It is received by the Pre-Qualification Failed Handler for manual processing. It can be a JMS or REST queue.
Event | Destination Type | Destination | Event Type |
---|---|---|---|
PreQualificationFailedRequest
|
POST (REST) | /v1/pqf | Asynchronous/Synchronous event |
PreQualificationFailedRequest
|
JMS Queue | tibco.aff.orchestrator.provider.order.prequal.failed.request | Asynchronous event |
The event has the following payload:
Pre-Qualification Failed Request
The following table lists the details of the elements.
Element | Type | Cardinality | Description |
---|---|---|---|
businessTransactionID | String | Optional | Unique identifier for tracing purposes across function calls. |
correlationID | String | Optional | Unique identifier to correlate the request message with a response message. |
orderID | String | Required | Order ID for the order that failed feasibility or plan development. |
orderRequest | Type | Required | Order Request type for the order that failed feasibility or plan development. See Schema References for the specification of this type. |
feasibilityFailed | Type | Required, Choice | Flag indicating that this failure was due to a feasibility failure. |
opdFailed | Type | Required, Choice | Flag indicating that this failure was due to a plan development failure. |
message | Type | 0-M | Message type. See Schema References for the specification of this type. This is any list of messages passed back from the Feasibility Provider or the Plan Development Provider. |