UNPKG

@chix/flow

Version:
25 lines (24 loc) 430 B
title: 'Cyclic Test' description: 'Testing cyclic ports' type: 'flow' nodes: - id: '1' ns: 'test' name: 'cyclic' links: [] nodeDefinitions: test: cyclic: ns: 'test' name: 'cyclic' fn: "output.data = $.get('data')" ports: input: data: type: 'string' setting: cyclic: true output: data: type: 'string'