ZahirJS commited on
Commit
febb28d
·
verified ·
1 Parent(s): d1aacb9

Update process_flow_generator.py

Browse files
Files changed (1) hide show
  1. process_flow_generator.py +2 -2
process_flow_generator.py CHANGED
@@ -292,10 +292,10 @@ def generate_process_flow_diagram(json_input: str, output_format: str) -> str:
292
 
293
  node_colors = {
294
  "process": "#BEBEBE",
295
- "decision": "#B8D4F1",
296
  "start": "#A8E6CF",
297
  "end": "#FFB3BA",
298
- "io": "#D4A5FF",
299
  "document": "#F0F8FF",
300
  "default": "#BEBEBE"
301
  }
 
292
 
293
  node_colors = {
294
  "process": "#BEBEBE",
295
+ "decision": "#FFF9C4",
296
  "start": "#A8E6CF",
297
  "end": "#FFB3BA",
298
+ "io": "#B8D4F1",
299
  "document": "#F0F8FF",
300
  "default": "#BEBEBE"
301
  }