-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathflow.json
More file actions
142 lines (142 loc) · 4.89 KB
/
Copy pathflow.json
File metadata and controls
142 lines (142 loc) · 4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"type": "flow",
"_note": "FlowSchema. Seeded from docs/audits/2026-06-flowschema-property-liveness.md. Consumers: service-automation engine + node executors. runAs is marker-driven experimental (spec). status/active gate nothing (engine uses an in-memory flowEnabled map via toggleFlow).",
"props": {
"name": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"successMessage": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts:1292"
},
"errorMessage": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts:1348"
},
"label": {
"status": "live",
"note": "display."
},
"description": {
"status": "dead",
"evidence": "no reader either layer"
},
"version": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"status": {
"status": "live",
"evidence": "objectui: packages/app-shell/src/views/metadata-admin/previews/FlowPreview.tsx:105",
"note": "LIVE via objectui metadata-admin authoring UI — the 2026-06 audit missed objectui; verified by reading the file."
},
"active": {
"status": "live",
"evidence": "objectui: packages/app-shell/src/views/metadata-admin/previews/FlowPreview.tsx:105",
"note": "LIVE via objectui metadata-admin authoring UI — the 2026-06 audit missed objectui; verified by reading the file."
},
"template": {
"status": "dead",
"evidence": "no reader either layer"
},
"type": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts:637",
"note": "flow.type==='schedule'/'api' drives trigger dispatch."
},
"variables": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts",
"note": "{name,isInput,isOutput} wired."
},
"edges": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts",
"note": "{source,target,condition(CEL),label} wired."
},
"nodes": {
"children": {
"id": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"type": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts",
"note": "open string vs live executor registry (ADR-0018); FlowNodeAction enum is out of sync."
},
"label": {
"status": "live",
"note": "designer/display."
},
"config": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"connectorConfig": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"position": {
"status": "live",
"note": "designer canvas layout (no engine consumer)."
},
"timeoutMs": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"inputSchema": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts",
"note": "runtime-validated."
},
"outputSchema": {
"status": "dead",
"evidence": "declared, never validated"
},
"waitEventConfig": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"boundaryConfig": {
"status": "live",
"evidence": "objectui: packages/app-shell/src/views/metadata-admin/inspectors/flow-node-config.ts:480",
"note": "LIVE via objectui metadata-admin authoring UI — the 2026-06 audit missed objectui; verified by reading the file."
}
}
},
"errorHandling": {
"children": {
"strategy": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"maxRetries": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"retryDelayMs": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"backoffMultiplier": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"maxRetryDelayMs": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"jitter": {
"status": "live",
"evidence": "packages/services/service-automation/src/engine.ts"
},
"fallbackNodeId": {
"status": "dead",
"evidence": "engine uses per-node fault edges, not this"
}
}
}
}
}