openprocurement.auctions.dgf
dev
  • Overview
  • Data Standard
  • Documents Uploading
  • Award Workflow
  • Tutorial
  • Fin. Tutorial
  • 2 Phase Commit
  • Acceleration mode for sandbox
openprocurement.auctions.dgf
  • Docs »
  • Award Workflow
  • Edit on GitHub

Award WorkflowΒΆ

For a more detailed information see Award

  • Qualification
  • Confirming qualification
  • Disqualification of candidate
  • Refusal of waiting by another participant

digraph G {
    subgraph cluster_0 {
        label = "award #2";
        node [style=filled];
        edge[style=dashed];
            "pending.waiting" -> cancel;
        color=blue
    }
    subgraph cluster_1 {
            node [style=filled];
        edge[label=" 3d"];
        "pending.verification" -> unsuccessful;
        edge[label="5d**"];
        active -> unsuccessful;
        edge[label=" 3d*"];
            "pending.verification" -> "pending.payment";
        edge[label="*" style=dashed];
        "pending.verification" -> "pending.payment"
            label = "award #1";
            color=blue
    }
        edge[style=dashed];
        active -> unsuccessful;
        edge[label="***"];
        "pending.waiting" -> "pending.verification";
        edge[label="7d" style=solid];
        "pending.payment" -> unsuccessful;
        edge[label="*" style=dashed];
        "pending.verification" -> unsuccessful;
        edge[style=dashed];
        "pending.payment" -> active;
}

Next Previous

© Copyright 2016, Quintagroup, Ltd. Revision 84be2e04.

Built with Sphinx using a theme provided by Read the Docs.