Skip to main content
Version: 8 - Apfelstrudel

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

KeysDescription
CTRL + SSave content. Works whenever you see the save button.
CTRL + EQuick search. Jump into the Engine search bar.

Editor hotkeys

KeysDescription
ESCExit fullscreen mode.
CTRL + SPACEToggle intellisense suggestion details.

Editor

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

FeatureDescriptionIcon
Create webhookSet up a webhook for a flow directly from the flow view.
Create scheduleSet up a schedule for a flow directly from the flow view.
Latest executionsFind executions of a flow, schedule or other resource directly from its view.

Enhance your search with special characters. Applies to the quick search as well as to the advanced search.

CharacterDescriptionExample
no special characterIncluded for comparison.Search term: my flow

Finds:
  • my tmp flow 10
  • my flow 10
  • my flow 11
  • my flow 20
Doesn't find:
  • my connector 10
"" (double quotation marks)Exact search.Search term: "my flow"

Finds:
  • my flow 10
  • my flow 11
  • my flow 20
Doesn't find:
  • my tmp flow 10
  • my connector 10
_ (underscore)Wildcard for exactly 1 character.

Use it in combination with exact search.
Search term: "my flow _0"

Finds:
  • my flow 10
  • my flow 20
Doesn't find:
  • my tmp flow 10
  • my flow 11
  • my connector 10
% (percentage sign)Wildcard for 0 or more characters.

Use it in combination with exact search.
Search term: "my % 10"

Finds:
  • my flow 10
  • my tmp flow 10
  • my connector 10
Doesn't find:
  • my flow 20
  • my flow 11