seems like there might be some sort of outage? when i create new workflows, they have no steps, and

seems like there might be some sort of outage? when i create new workflows, they have no steps, and when I try to pause or terminate the instances in the dashboard, those API calls return 500 errors like:

{
  "success": false,
  "messages": [],
  "errors": [
    {
      "code": 10001,
      "message": "workflows.api.error.internal_server"
    }
  ],
  "result": null
}
Was this page helpful?