Pledger.io documentation
GitHub
5.1.3
2026-03-21

Contract termination

Warning This page is under construction and not yet complete. Please do not rely on the information provided here.

Under construction

This page has not yet been written. If you would like to contribute, please click the edit icon at the bottom left and write the content. You can then create a PR to get the content reviewed and merged.

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.
2026-03-14