Plan Item Milestone Notify Request Event

Plan Item Milestone Notify Event is sent by a Process Component to the Orchestrator to notify the orchestration engine that a particular milestone has been passed during execution. This event enables the Orchestrator to release the milestone, which was waiting on the current milestone that was notified.

Event Destination Type Destination Event Type
MilestoneNotifyRequest POST (REST) /v1/planitem/milestonenotify Asynchronous/Synchronous event
MilestoneNotifyRequest JMS Queue tibco.aff.orchestrator.planItem.milestone.notify.request Asynchronous event

Orchestrator sends the below properties in header according to their technology (HTTP header, JMS Header).

Property Type Cardinality Description
originator String Optional The value of the originator property in the PlanItemExecuteRequest message, received from the Orchestrator, which must be mapped and sent back in this response message.

The payload specification is as follows:

Plan Item Milestone Notify Request Event

Plan Item Milestone Notify Request Event

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.