Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 647 Bytes

plancancellation.rst

File metadata and controls

50 lines (31 loc) · 647 Bytes
.. index:: PlanCancellation

PlanCancellation

Schema

id:

uid, auto-generated

reason:

string, multilingual, required

The reason, why Plan is being cancelled.

status:

string

Possible values are:
pending:Default. The request is being prepared.
active:Cancellation activated.
date:

string, :ref:`date`

Cancellation date.

Cancellation workflow

.. graphviz::

    digraph G {
        A [ label="pending*" ]
        B [ label="active"]
         A -> B;
    }

* marks initial state