Setting up the Executor

This tutorial section demonstrates how to create and use an Executor. You'll learn key concepts and techniques that are fundamental to using Executor service.

Executor service executes the user defined job based on a trigger. A job either sends an HTTP request to certain endpoint or executes a GQL query in the Tailor Application.

In this tutorial section, you'll activate the Executor service and learn about different types of triggers.

What you'll learn

Prerequisite

  • Complete Quickstart first If you haven't yet built the Inventory-tracker app from our templates.