Tips, Tricks and Usability Features
We like Engine, and we want you to enjoy your time spent automating with it. There are many small things that Engine does to enable you to navigate complexity more easily.
Below, you will find a list of usability features that you might or might not have known about. And as always: if you're missing something that would make your life easier get in touch with us at info@cloudomation.com.
Hotkeys
Global hotkeys
Keys | Description |
---|---|
CTRL + S | Save content. Works whenever you see the save button. |
CTRL + E | Quick search. Jump into the Engine search bar. |
Editor hotkeys
Keys | Description |
---|---|
ESC | Exit fullscreen mode. |
CTRL + SPACE | Toggle intellisense suggestion details. |
Editor
-
Linting, Code Completion & Intellisense
Check for stylistic and programmatic errors in your scripts . Offers autocompletion (including
flow_api
methods). -
Execute your scripts line-by-line for easier debugging.
-
Understand scripts without reading through code.
Connection Analysis & Test
A freely available bundle that you can download. Read the documentation here.
-
Analysis
Gather information about external systems e.g. get the schema of a database, get the OpenAPI specification of an endpoint etc.
-
Test
Check if a connection to an external system can be established.
User Interface
Feature | Description | Icon |
---|---|---|
Create webhook | Set up a webhook for a flow directly from the flow view. | |
Create schedule | Set up a schedule for a flow directly from the flow view. | |
Latest executions | Find executions of a flow, schedule or other resource directly from its view. |
Search
Enhance your search with special characters. Applies to the quick search as well as to the advanced search.
Character | Description | Example |
---|---|---|
no special character | Included for comparison. | Search term: my flow Finds:
|
"" (double quotation marks) | Exact search. | Search term: "my flow" Finds:
|
_ (underscore) | Wildcard for exactly 1 character. Use it in combination with exact search. | Search term: "my flow _0" Finds:
|
% (percentage sign) | Wildcard for 0 or more characters. Use it in combination with exact search. | Search term: "my % 10" Finds:
|