Plan Item Suspend Response Event
Plan Item Suspend Response Event is sent by a Process Component as a response to a Plan Item Suspend Request Event. Orchestrator receives the result and interprets the result accordingly. It is an asynchronous event to a JMS queue.
The event has the following property:
The payload specification is as follows:
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. |
resultStatus | Type | Required | Result status type. See Appendix A for the specification of this type. |
orderID | String | Required | Internal unique identifier for the order associated with the plan containing the plan item to suspend. |
orderRef | String | Required | External unique identifier for the order associated with the plan containing the plan item to suspend. |
planID | String | Required | Internal unique identifier for the plan that contains the plan item to suspend. |
planItemID | String | Required | Unique identifier for the plan item within the plan to be suspended. |
completed | Boolean | Required | Flag indicating if the Process Component suspend completed processing. |
success | Boolean | Required | Flag indicating if the Process Component suspend completed successfully. |
Copyright © Cloud Software Group, Inc. All rights reserved.