Issue:
Workflow Editor doesn't load for you.
Possible solutions:
If Workflow Editor doesn’t load, chances are your bitrise.yml or a Workflow which you have configured crashes the Workflow Editor’s UI.
If you face the above issue please first:
- Contact us so we can fix the issue in the UI code 
- Then you can fix the - bitrise.ymlthrough our API
Managing bitrise.yml with the API
Use a simple curl call to download and to upload an app’s configuration or bitrise.yml to bitrise.io. You can find an example of how the API works on GitHub.
Before you start:
- Make sure you have a Personal Access Token which you can generate on your account’s security tab. 
- Download the - bitrise.ymlwith an API call. You will get a response in YML format.
- Save the - bitrise.ymlinto a file and modify it locally.
- Upload the - bitrise.ymlwith another API call to bitrise.io. Make sure the path to your fixed or modified- bitrise.ymlis correctly set! You will get a response in JSON format.
