Checkpointing Service Orders

You define a checkpoint at a place in the stream where you want to guarantee that the work completed up to that point is not repeated. You can add as many checkpoints to your stream as you need.

When Fulfillment Provisioning re-injects a checkpointed service order, it does so at the last checkpoint that the service order passed.

When you add checkpoints or order queues, you also need to commit service orders at the end of a stream. You commit service orders with the Commitpoint module.

Note:
If there are no check points, makeCheckpoints is set to FALSE on drivers, sequencers, and so on.
Checkpointing Modules