QuestionQ208
Integrating applications with Google Cloud servicesYou are developing a Workflow to handle complex data analytics for your application. You intend to use the Workflow to run a Cloud Run job while following Google-recommended practices. What should you do?
- A Create a Pub/Sub topic, and subscribe the Cloud Run job to the topic.
- B Configure an Eventarc trigger to invoke the Cloud Run job, and include the trigger in a step of the Workflow.
- C Use the Cloud Run Admin API connector to execute the Cloud Run job within the Workflow.
- D Determine the entry point of the Cloud Run job, and send an HTTP request from the Workflow.
Community Discussion