External Triggers (Magic xpi 4.13)
External triggers do not run in a trigger worker thread in a managed engine. Instead, they run in their own processes and create flow invocation requests originating from other applications.
The HTTP trigger, for example, is a module running under a web server (IIS or Apache).
External triggers are typically synchronous.
For more information about trigger architecture, see this image.