@chix/flow
Version:
31 lines (30 loc) • 453 B
YAML
ns: sub
name: graph
type: flow
nodes:
-
id: node1
ns: world
name: hello
ports:
input:
IN:
nodeId: node1
name: message
output:
OUT:
nodeId: node1
name: out
nodeDefinitions:
world:
hello:
name: hello
ns: world
ports:
input:
message:
type: string
output:
out:
type: string
fn: "output = { out: $.get('message') }\n"