Skip to content

Latest commit

 

History

History
84 lines (53 loc) · 1.34 KB

cancellation.rst

File metadata and controls

84 lines (53 loc) · 1.34 KB

Cancellation

Cancellation

Schema

id

uid, auto-generated

reason

string, multilingual, required

The reason, why Tender is being cancelled.

status

string

Possible values are:
pending

Default. The request is being prepared.

active

Cancellation activated.

documents

List of Document objects

Documents accompanying the Cancellation: Protocol of Tender Committee with decision to cancel the Tender.

date

string, date

Cancellation date.

cancellationOf

string, required, default tender

Possible values are:

  • tender
  • lot

Possible values in limited: * tender

relatedLot

string

Id of related lot.

Additionally in openeu, openua and esco:

reasonType

string

There are two possible types of cancellation reason set by procuring entity:

cancelled

Default. Tender was cancelled.

unsuccessful

Tender was unsuccessful.

Cancellation workflow in limited and openeu

digraph G {

A [ label="pending*" ] B [ label="active"] A -> B;

}

* marks initial state