Plan Item Milestone Notify Request Event
Plan Item Milestone Notify Event is sent by a Process Component to Orchestrator to notify the orchestration engine that a particular milestone has been passed during execution. This event will enable the Orchestrator to release the milestone which was waiting on the current milestone that was notified.
The event has the following property:
The payload specification is as follows:
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 | Internal unique identifier for the order associated with the plan containing the plan item with the milestone to notify. |
orderRef | String | Required | External unique identifier for the order associated with the plan containing the plan item with the milestone to notify. |
planID | String | Required | Internal unique identifier for the plan that contains the plan item with the milestone to notify. |
planItemID | String | Required | Unique identifier for the plan item within the plan with the milestone to notify. |
milestoneID | String | Required | Unique identifier for the milestone within the plan item in the plan to notify. |
Copyright © Cloud Software Group, Inc. All rights reserved.