Skip to content

Commit

Permalink
fixed workflow graph
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Apr 28, 2016
1 parent d46ac69 commit c421873
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/source/standard/contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,9 @@ Workflow
.. graphviz::

digraph G {
A [ label="pending*" ]
A [ label="pending" ]
B [ label="active"]
C [ label="cancelled"]
A -> B [ headlabel="Broker action"
labeldistance=3.7;
labelangle=75;
];
A -> C [label="on Award cancellation"];
D [ label="terminated"]
B -> D;
}

\* marks initial state

0 comments on commit c421873

Please sign in to comment.