@chix/flow
Version:
27 lines (26 loc) • 436 B
YAML
title: 'Context Test'
description: 'Testing context'
type: 'flow'
nodes:
-
id: '1'
ns: test
name: context
context:
in: test
links: []
nodeDefinitions:
test:
context:
ns: test
name: context
fn: "output.data = $.get('data')"
ports:
input:
data:
type: string
in:
type: string
output:
data:
type: string