When translating a Dataflow from command line execution to templatable execution, I encountered the following problem.
The Dataflow starts but hangs at the loading state just after the following log message:
(71df0de383b642bd): Starting 1 workers in europe-west2-a...
After an hour, it seems like a time-out triggers and the Dataflow stops with the following log message:
(84598aaa4185b9a0): Workflow failed. Causes: (84598aaa4185b571): The Dataflow appears to be stuck. Please reach out to the Dataflow team at http://stackoverflow.com/questions/tagged/google-cloud-dataflow.
I followed the translation guide from: https://cloud.google.com/dataflow/docs/templates/creating-templates. I used the "RuntimeValueProvider" to catch all my arguments which I normally inserted via command line.
Can I get any help on this?