Pledger.io documentation
GitHub
4.3.1
2025-04-20

Contract termination

The contract termination process is used warn the user before the contract end date is near. It has to be manually created by the user in the UX.

Required variables

The import process requires the following variables to be set when starting:

  • warnAt, the date at which the warning should be sent for this contract.

  • contractId, the unique identifier of the contract.

The business process model

Below is a business process model for contract termination.

contract termination
Figure 1. Process diagram
Note If a contracts end date is already in the past the process will terminate without any warning.
2025-04-24