Visualising Processes

Why create visual aids?

For key processes outlined in the contract, diagrams are a useful way to navigate important requirements and considerations. You can specify if there is a particular process you would like us to visualise for you.

Example

Below, is an example diagram outlining the process for submitting a notice of delay for the FIDIC Redbook (Second Edition 2017).

graph TD
    A[Contractor experiences delay] --> B[Contractor gives Notice to Engineer]
    B -->|Within 28 days| C[Engineer responds]
    C -->|Within 14 days| D[Contractor submits fully detailed claim]
    D -->|Within 84 days| E[Engineer reviews claim]
    E --> F[Engineer may request more details]
    F --> G[Engineer determines extension of time]
    G -->|Within 42 days| H{Contractor agrees?}
    H -->|Yes| I[Process ends]
    H -->|No| J[Contractor gives Notice of Dissatisfaction]
    J -->|Within 28 days| K[Dispute may be referred to Dispute Board]

    style A fill:#ECE6DC,stroke:#333,stroke-width:2px
    style B fill:#ECE6DC,stroke:#333,stroke-width:2px
    style C fill:#ECE6DC,stroke:#333,stroke-width:2px
    style D fill:#ECE6DC,stroke:#333,stroke-width:2px
    style E fill:#ECE6DC,stroke:#333,stroke-width:2px
    style F fill:#ECE6DC,stroke:#333,stroke-width:2px
    style G fill:#ECE6DC,stroke:#333,stroke-width:2px
    style H fill:#ECE6DC,stroke:#333,stroke-width:2px
    style I fill:#ECE6DC,stroke:#333,stroke-width:2px
    style J fill:#ECE6DC,stroke:#333,stroke-width:2px
    style K fill:#ECE6DC,stroke:#333,stroke-width:2px