Skip to content

Instantly share code, notes, and snippets.

@grant
Last active January 28, 2021 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/c3d3a8fa9c7631017ee88f8c9d50b66f to your computer and use it in GitHub Desktop.
Save grant/c3d3a8fa9c7631017ee88f8c9d50b66f to your computer and use it in GitHub Desktop.
run-workflow-function package.json
{
"name": "run-workflow-function",
"main": "index.js",
"scripts": {
"start": "functions-framework --target=runWorkflow"
},
"dependencies": {
"@google-cloud/functions-framework": "^1.7.1",
"@google-cloud/workflows": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment