google-workflows

How do i run a Python script in a Google Workflow?


How do i run a Python script in a Google Workflow? I can't find any examples. Lots about the reverse ie Python running/creating workflows.


Solution

  • Google Workflows is not for running language scripts like Python. It is designed for users to create a workflow that executes stuff in a certain way and order. If you want to run some Python scripts, you could consider Cloud Functions.

    ā€‹