Order Amendment

The order amendment lifecycle only occurs for orders that are currently executing. For amendments that occur before execution, then any previous plan is simply discarded and recreated using the new order.

For amendments during execution the order amendment lifecycle is shown in the following diagram:

Order Amendment Lifecycle

Order Amendment Lifecycle

The lifecycle steps are summarized below:

Step Description

Submitted

The order amendment has been submitted to Orchestrator and successfully stored in cache. Processing has started.

Feasibility

The order amendment is currently being evaluated for feasibility.

If feasibility has been enabled, Orchestrator has requested a feasibility analysis from the Feasibility Provider. If the Feasibility Provider deems the order amendment not feasible then the next status is Pre-Qualification Failed if feasibility error handling is enabled, or Withdrawn if error handling is not enabled. Otherwise the next status is Plan Development.

Otherwise the order amendment is automatically deemed feasible and the next status is Plan Development.

Plan Development

The order amendment has been deemed feasible and is currently being analyzed for plan development. Orchestrator has sent a request to AOPD to design a plan.

If AOPD is unable to design a plan then the next status is Pre-Qualification Failed if AOPD error handling is enabled, or Withdrawn if error handling is not enabled. Otherwise the next status is Execution.

Amending

The order amendment is being processed by Orchestrator and the plan updated.

Complete

The order amendment has completed successfully. The plan has been updated.

Pre-Qualification Failed

The order amendment does not meet the criteria for feasibility or for plan development and has been referred to a Pre-Qualification Failed Handler for further analysis before proceeding.

If the Pre-Qualification Failed Handler returns New Order then that order amendment will be submitted as a new amendment and the current amendment will end.

If the Pre-Qualification Failed Handler returns Retry Feasibility then the next status will be Feasibility. Likewise if it returns Retry Plan Development then the next status will be Plan Development.

If the Pre-Qualification Failed Handler returns Withdraw then the next status will be Withdrawn.

Withdrawn

The order amendment has been withdrawn and deleted from cache.