Copy Workflows

Copying Workflows from the Workflows Pane as well as copying a set of Nodes from the Workflow Design pane requires clipboard access.

Ensure that you've allowed clipboard access to https://app.flowgear.net in your browser.

Firefox

Firefox does not allow access to the clipboard by default.
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText

To enable access:

  1. Open about:config from the browser the address bar.
  2. A prompt will appear including a warning Proceed with Caution.
  3. Accept the risk and continue.
  4. In the search bar type: dom.events.asyncClipboard.readText and set it to true.