Skip to content

Allow for non-connected component-calls #2

Open
@maschmann

Description

@maschmann

In rare cases, only a single component is called to do just one thing.
Currently the parser/dumper disallow that if using the FBP format.

Example:

{
  "properties": {
    "name": "Create an article from json data"
  },
  "processes": {
    "SidebarCreator": {
      "component": "SidebarCreator"
    }
  },
  "connections": []
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions