-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hidden nodes / "blocks can be nodes or edges".
flowchart TB
x0["frappe/trigger/doc
(event: validate)"]
x3["core/eval
(code: 'rate * qty')"]
x4["core/setvalue
(of: x0.doc, key: 'total', value: x3.out)"]
x0 -->|"core/result_of
(block: 'x0', key: 'x0.doc.rate')"| x3
x0 -->|"core/result_of
(block: 'x0', key: 'x0.doc.qty')"| x3
x3 -->|"core/result_of
(block: 'x3', key: 'x3.out')"| x4
Metadata
Metadata
Assignees
Labels
No labels