Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 988 Bytes

File metadata and controls

64 lines (43 loc) · 988 Bytes

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

Possible and default values are:

  • tender
relatedLot

string

Id of related lot.

Cancellation workflow

digraph G {

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

}

* marks initial state