Process Flow - Cloud Tasks for async processing
Create Task Request
Cloud Tasks API Receives
Task Added to Queue
Worker Pulls Task
Worker Processes Task
Task Completed or Retried
Task Removed from Queue
This flow shows how a task is created, queued, processed asynchronously by a worker, and then removed after completion.