Workflows는 Google Cloud 일련의 서버리스 태스크를 지정한 순서대로 연결하는 서버리스 워크플로를 만드는 데 사용할 수 있는 제품입니다.
Google Cloud의 API, Cloud Run 함수 및 Cloud Run과 같은 서버리스 제품, 외부 API 호출의 기능을 결합하여 유연한 서버리스 애플리케이션을 만듭니다.
사용 사례
지연 시간이 짧은 배송 처리 자동화
예를 들어 아래 아키텍처에서는 인벤토리 수준에 따라 배송을 실행할 수 있는지 확인하는 워크플로를 구현합니다. 재고 수준이 충분하다면 배송을 요청합니다. 그렇지 않으면 공개 API를 사용하여 공급업체에 재고 보충을 요청합니다. 어떠한 경우든 워크플로는 배송 승인 여부를 발신자에게 즉시 응답할 수 있습니다.
워크플로용 Firestore 커넥터
워크플로는 Firestore용 커넥터를 지원합니다.
커넥터를 사용하여 Firestore를 워크플로에 통합합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Firestore connector for Workflows\n=================================\n\n[Workflows](/workflows/docs/overview) is a Google Cloud product you can use to create serverless workflows that link series of serverless tasks together in an order you define. Combine functionality from Google Cloud's APIs, serverless products like Cloud Run functions and Cloud Run, and calls to external APIs to create flexible serverless applications.\n\n\u003cbr /\u003e\n\nExample use case\n----------------\n\n**Automating low-latency shipment processing**\n\nFor example, the architecture below implements a workflow that checks whether a\nshipment can be executed based on inventory levels. It requests the shipment if\nthe stock levels are sufficient. Otherwise, it requests replenishment from a supplier using\ntheir public API. In either case, the workflow immediately responds to\nthe caller about whether the shipment transaction will be accepted.\n\nFirestore connector for Workflows\n---------------------------------\n\nWorkflows supports a connector for Firestore.\nUse the connector to integrate Firestore into your workflows:\n\n- [Learn more about connectors.](/workflows/docs/connectors)\n- [See a sample workflow that uses Firestore.](/workflows/docs/reference/googleapis/firestore/Overview)\n\nWhat's next\n-----------\n\n- [See the Workflows quickstarts.](/workflows/docs/quickstarts)"]]