Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Konektor Firestore untuk Workflows
Workflows adalah Google Cloud produk yang dapat Anda
gunakan untuk membuat alur kerja serverless
yang menautkan serangkaian tugas serverless secara bersamaan dalam urutan yang Anda tentukan.
Gabungkan fungsi dari API Google Cloud, produk serverless seperti fungsi Cloud Run dan Cloud Run, serta panggilan ke API eksternal untuk membuat aplikasi serverless yang fleksibel.
Contoh kasus penggunaan
Mengotomatiskan pemrosesan pengiriman berlatensi rendah
Misalnya, arsitektur di bawah menerapkan alur kerja yang memeriksa apakah
pengiriman dapat dijalankan berdasarkan tingkat inventaris. Pesanan ini meminta pengiriman jika
tingkat stoknya memadai. Jika tidak, aplikasi akan meminta penambahan dari pemasok menggunakan
API publiknya. Dalam kedua kasus tersebut, alur kerja akan segera merespons
pemanggil tentang apakah transaksi pengiriman akan diterima.
Konektor Firestore untuk Workflows
Workflows mendukung konektor untuk Firestore.
Gunakan konektor untuk mengintegrasikan Firestore ke dalam alur kerja Anda:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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)"]]