File: conditional-tasking-while.dot

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (13 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
digraph Taskflow {
rankdir="LR";
p0x7fdba4000030[label="init" ];
p0x7fdba4000030 -> p0x7fdba4000140;
p0x7fdba4000140[label="while i<5" shape=diamond color=black fillcolor=aquamarine style=filled];
p0x7fdba4000140 -> p0x7fdba4000470 [style=dashed label="1"];
p0x7fdba4000140 -> p0x7fdba4000250 [style=dashed label="0"];
p0x7fdba4000250[label="i++" ];
p0x7fdba4000250 -> p0x7fdba4000360;
p0x7fdba4000360[label="back" shape=diamond color=black fillcolor=aquamarine style=filled];
p0x7fdba4000360 -> p0x7fdba4000140 [style=dashed label="0"];
p0x7fdba4000470[label="done" ];
}