Bflow will launch on June!

Design Workflows on Playground

Learn how to design your workflows on Playground efficiently.

Bflow provides a creative area for designing your workflows and transactions visually. Powered by React Flow.

Workflow Tabs

Easily switch between multiple workflows and manage them from a single interface.

Shortcuts

The flow area supports the following actions:

Action
Windows/Linux
macOS

Right-click

Display dropdown of transaction options

Display dropdown of transaction options

Copy transaction node

Ctrl+C

Cmd+C

Paste copied node

Ctrl+V

Cmd+V

Undo

Ctrl+Z

Cmd+Z

Redo

Ctrl+Y

Cmd+Z+Shift

Playground Controls

Beyond the shortcuts, you can use the controls to undo/redo, auto-layout nodes, add actions, explore a guided tour, and manage your variables.

Variables

Bflow allows you to define variables as key-value pairs to simplify your flow configuration. You can reference these variables within any action’s input field by prefixing the variable name with @.

Example: Use @MyAccount to dynamically insert the value of the MyAccount variable.

Now that you're familiar with the Playground, let’s move on to adding actions and building your workflow.

Last updated