Deep dive into Drupal 11.3's AI Initiative - exploring new APIs, contrib modules, provider integrations, and how Drupal is winning against headless competitors.
The Orchestration module exposes Drupal's capabilities to external automation platforms like Activepieces. It lets external systems trigger Drupal workflows, call AI agents, and execute business logic through a unified API.
The Batch API is a powerful feature in Drupal that allows complex or time consuming tasks to be split into smaller parts.For example, let's say you wanted to run a function that would go through every page on you Drupal site and perform an action. This might be removing specific authors from pages, or removing links in text, or deleting certain taxonomy terms. You might create a small loop that just loads all pages and performs the action on those pages.
Aljibe is a set of testing tools and best practices built on top of DDEV to help you develop Drupal projects. Discover all its capabilities and enhance the quality of your projects with ease.