hi, trying to add workflows like this in wrangler.toml ``` workflows = [ {name = "first-workflow",

hi, trying to add workflows like this in wrangler.toml
workflows = [
  {name = "first-workflow", class_name = "FirstWorkflow", binding = "WORKFLOW_ONE"},
  {name = "second-workflow", class_name = "SecondWorkflow", binding = "WORKFLOW_TWO"}
]

i have it under a [[env.staging]]
if i have one i works but with two the worker failes to start
"The Workers runtime failed to start. There is likely additional logging output above."

there is no error in the log. what am i missing?
Was this page helpful?