Process Flow - Cloud Run jobs for batch work
Define Job Container
Create Cloud Run Job
Trigger Job Execution
Cloud Run starts container
Job runs batch task
Job completes and exits
View logs and status
Repeat or schedule next job
This flow shows how you define a container, create a Cloud Run job, run it to perform batch work, and then check results.