Skip to content

Example of a basic flow #4

@cogk

Description

@cogk

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
Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions