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 is an asynchronous event to a JMS queue. The response is another asynchronous event on a different JMS queue.
The event has the following property:
Property | Type | Cardinality | Description |
---|---|---|---|
originator | String | Optional | The value of the NODE_ID that is assigned to the instance. This property is sent by the Orchestrator in all the outbound JMS messages and is expected to be mapped back by the external systems (process components, feasibility providers, pre-qualification failure handlers, and error handlers) in the corresponding response messages. |
The event has the following payload:
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 Appendix A 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 Appendix A for the specification of this type. This will be any list of messages passed back from the Feasibility Provider or the Plan Development Provider. |
Copyright © Cloud Software Group, Inc. All rights reserved.