All Projects → GoogleCloudPlatform → workflows-samples

GoogleCloudPlatform / workflows-samples

Licence: Apache-2.0 license
This repository contains samples for Cloud Workflows.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to workflows-samples

Java Samples
☕ Java samples for Google Workspace APIs.
Stars: ✭ 179 (+208.62%)
Mutual labels:  samples
Koin Samples
KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples
Stars: ✭ 200 (+244.83%)
Mutual labels:  samples
Elixir Samples
A collection of samples on using Elixir with Google Cloud Platform.
Stars: ✭ 241 (+315.52%)
Mutual labels:  samples
Nodejs Docs Samples
Node.js samples for Google Cloud Platform products.
Stars: ✭ 2,309 (+3881.03%)
Mutual labels:  samples
Maps Sdk For Ios Samples
Samples for the Google Maps SDK for iOS
Stars: ✭ 197 (+239.66%)
Mutual labels:  samples
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+275.86%)
Mutual labels:  samples
Php Samples
PHP samples for Google Workspace APIs
Stars: ✭ 174 (+200%)
Mutual labels:  samples
Rhino Developer Samples
Rhino and Grasshopper developer sample code
Stars: ✭ 253 (+336.21%)
Mutual labels:  samples
Ruby Docs Samples
Ruby samples for Google Cloud Platform products.
Stars: ✭ 198 (+241.38%)
Mutual labels:  samples
Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+5224.14%)
Mutual labels:  samples
Webpack By Sample
Learn webpack by sample, each of the samples contains a readme.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.
Stars: ✭ 190 (+227.59%)
Mutual labels:  samples
Azure Sphere Samples
Samples for Azure Sphere
Stars: ✭ 191 (+229.31%)
Mutual labels:  samples
Blockly Samples
Plugins, codelabs, and examples related to the Blockly library.
Stars: ✭ 222 (+282.76%)
Mutual labels:  samples
Vsphere Automation Sdk Rest
REST (Postman and JavaScript) samples and API reference documentation for vSphere using the VMware REST API
Stars: ✭ 182 (+213.79%)
Mutual labels:  samples
Cloud Code Samples
Code templates to make working with Kubernetes feel like editing and debugging local code.
Stars: ✭ 245 (+322.41%)
Mutual labels:  samples
Android Samples
Samples demonstrating how to use Maps SDK for Android
Stars: ✭ 2,187 (+3670.69%)
Mutual labels:  samples
Cloud Bigtable Examples
Examples of how to use Cloud Bigtable both with GCE map/reduce as well as stand alone applications.
Stars: ✭ 200 (+244.83%)
Mutual labels:  samples
Android-Showcase
📱 Android showcase app
Stars: ✭ 19 (-67.24%)
Mutual labels:  samples
Camera Samples
Multiple samples showing the best practices in camera APIs on Android.
Stars: ✭ 3,294 (+5579.31%)
Mutual labels:  samples
Composer Sample Networks
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 226 (+289.66%)
Mutual labels:  samples

Workflows Samples

This repository contains samples for Cloud Workflows.

Overview

All workflow samples are in the src/ directory with the file format *.workflows.{yaml/json}.

The JSON and YAML files have equivalent behavior and functionality. Using JSON vs YAML is a matter of personal preference.

(The .json workflow files are generated from the YAML files.)

How to: Deploy and Run a Workflow

To quickly deploy and run a workflow and immediately view the results, run this script, replacing myFirstWorkflow with your workflow name:

WORKFLOW=myFirstWorkflow
gcloud workflows deploy $WORKFLOW --source src/$WORKFLOW.workflows.yaml
gcloud workflows run $WORKFLOW --format='value(result)'

How to: Syntax Autocompletion

Learn how to use the JSON Schema for Syntax Autocompletion.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].