Stub
Overview
Outputs a static JSON object.
Examples
This graph will return a JSON object: {"name": "Joe"}.
name: worker
nodes:
- id: start
operator: Stub
data:
name: Joe
edges: []Configuration Reference
name
Must be 'Stub'
Stringrequireddata
Object that is sent to the next node as a JSON object
Objectrequired