Skip to content

Allow for non-connected component-calls #2

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": []
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions