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. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f601a38c-9e19-496e-bd47-c7d7aac603ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
