What service(s) in GCP is closest to AWS Step Functions?
I would like to coordinate multiple services into serverless workflows so you can build and update apps quickly.
(below is from AWS documentation)
In AWS, you can design and run workflows that stitch together services such as AWS Lambda. Workflows are made up of a series of steps, with the output of one step acting as input into the next. You can monitor each step of execution as it happens. Step Functions automatically triggers and tracks each step, and retries when there are errors, so your application executes in order and as expected.