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
