Design Workflows on Playground
Learn how to design your workflows on Playground efficiently.
Last updated
Learn how to design your workflows on Playground efficiently.
Last updated
Bflow provides a creative area for designing your workflows and transactions visually. Powered by .
Easily switch between multiple workflows and manage them from a single interface.
The flow area supports the following actions:
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
Beyond the shortcuts, you can use the controls to undo/redo, auto-layout nodes, add actions, explore a guided tour, and manage your 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.